SetDomain.ToppedSetFunctor for creating artificially topped set domains.
module Base : Printable.Smodule N : ToppedSetNamesinclude Lattice.S with type t = [ `Top | `Lifted of Make(Base).t ]include Lattice.PO with type t = [ `Top | `Lifted of Make(Base).t ]include Printable.S with type t = [ `Top | `Lifted of Make(Base).t ]val hash : t -> intval show : t -> stringval pretty : unit -> t -> Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Printable.jsonval invariant : Invariant.context -> t -> Invariant.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrarywiden x y assumes leq x y. Solvers guarantee this by calling widen old (join old new).
val bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> booltype elt = Base.tval empty : unit -> tval is_empty : t -> boolval cardinal : t -> int