ValueDomain.Blobstype value = Compound.ttype size = ID.ttype origin = ZeroInit.tinclude Lattice.S with type t = value * size * origininclude Lattice.PO with type t = value * size * origininclude Printable.S with type t = value * size * originval 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