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 arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Pretty.docval leq_with_fct : (value -> value -> bool) -> t -> t -> boolval name : unit -> stringval pretty : unit -> t -> Pretty.docval kill_vars : V.t list -> t -> tval eval_lv : (Cil.lhost * Cil.offset) -> Cil.varinfo optionval assign : (Cil.lhost * Cil.offset) -> Cil.exp -> t -> t