include sig ... end
val remove : key -> t -> tval mem : key -> t -> boolval iter : (key -> value -> unit) -> t -> unitval fold : (key -> value -> 'a -> 'a) -> t -> 'a -> 'aval for_all : (key -> value -> bool) -> t -> boolval exists : (key -> value -> bool) -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval leq_with_fct : (value -> value -> bool) -> t -> t -> boolval name : unit -> stringval pretty : unit -> t -> GoblintCil.Pretty.docval kill_vars : V.t list -> t -> tval eval_rv : GoblintCil.exp -> VF.t optionval eval_lv :
(GoblintCil.lhost * GoblintCil.offset) ->
GoblintCil.varinfo optionval assign : (GoblintCil.lhost * GoblintCil.offset) -> GoblintCil.exp -> t -> t