MCPRegistry.DomListLattice
module DLSpec : DomainListLatticeSpec
include Lattice.PO with type t = (int * Stdlib.Obj.t) list
include Printable.S with type t = (int * Stdlib.Obj.t) list
val hash : t -> int
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
Unique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrary
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