Parameters
Signature
include WithBottom
include S
include NoJoin
val leq : lhs:t -> rhs:t -> boolthe implication relation: lhs <= rhs means lhs |- rhs
val join : t -> t -> tval widen : prev:t -> next:t -> num_iters:int -> t
val bottom : tThe bottom value of the domain.
val is_bottom : t -> boolReturn true if this is the bottom value
include WithTop with type t := t
include S
include NoJoin
val leq : lhs:t -> rhs:t -> boolthe implication relation: lhs <= rhs means lhs |- rhs
val join : t -> t -> tval widen : prev:t -> next:t -> num_iters:int -> t
val top : tval is_top : t -> bool
val v : V.t -> tval get : t -> V.t option