Blob.Valueinclude Lattice.Sinclude Lattice.POinclude Printable.Sval 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 pretty_diff : unit -> (t * t) -> Goblint_lib.Lattice.Pretty.docIf leq x y = false, then pretty_diff () (x, y) should explain why.
val bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> boolval affecting_vars : t -> GoblintCil.varinfo listval bot_value : GoblintCil.typ -> tval is_bot_value : t -> boolval init_value : GoblintCil.typ -> tval top_value : GoblintCil.typ -> tval is_top_value : t -> GoblintCil.typ -> boolval zero_init_value : GoblintCil.typ -> tval project : PrecisionUtil.int_precision -> t -> t