LvalMapDomain.Valuemodule Impl : sig ... endinclude Lattice.Sinclude Lattice.POinclude Printable.Sval hash : t -> intval show : t -> stringval pretty : unit -> t -> Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Printable.jsonval invariant : Invariant.context -> t -> Invariant.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 = Lval.CilLval.ttype s = Impl.sval string_of : t -> stringval string_of_key : k -> stringval string_of_record : r -> stringval split : t -> r Prelude.Set.t * r Prelude.Set.tval map' : (r -> 'a) -> t -> 'a Prelude.Set.t * 'a Prelude.Set.tval filter' : (r -> bool) -> t -> r Prelude.Set.t * r Prelude.Set.tval length : t -> int * intval loc : r -> Cil.location listval from_tuple : (r Prelude.Set.t * r Prelude.Set.t) -> tval is_alias : t -> bool