Make0.D
Helper module for the domain.
include module type of struct include S.Dom end
Values must form a lattice.
include Lattice.PO with type t = S.d
widen x y
assumes leq x y
. Solvers guarantee this by calling widen old (join old new)
.
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool