TrieDomain.Makemodule Key : Printable.Smodule Trie : sig ... endinclude module type of struct include Trie endtype key = Key.ttype value = Value.tinclude Lattice.S with type t = value * ChildMap.tinclude Lattice.PO with type t = value * ChildMap.tinclude Printable.S with type t = value * ChildMap.ttype t = value * ChildMap.tval hash : t -> intval show : t -> stringval pretty : unit -> t -> Goblint_lib__.Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.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 -> bool