MvalMapDomain.Valuemodule Impl : sig ... endinclude 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 bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> booltype k = Mval.Exp.ttype s = Impl.sval string_of : t -> stringval string_of_key : k -> stringval string_of_record : r -> stringval split : t -> r Batteries.Set.t * r Batteries.Set.tval map' : (r -> 'a) -> t -> 'a Batteries.Set.t * 'a Batteries.Set.tval filter' : (r -> bool) -> t -> r Batteries.Set.t * r Batteries.Set.tval length : t -> int * intval from_tuple : (r Batteries.Set.t * r Batteries.Set.t) -> tval is_alias : t -> bool