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 pretty : unit -> t -> Goblint_lib__Printable.Pretty.docval name : unit -> stringval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Goblint_lib__Lattice.Pretty.docval leq_with_fct : (value -> value -> bool) -> t -> t -> boolval get_alias : key -> t -> V.k optionval get_aliased : V.k -> t -> key listval get_aliases : key -> t -> key listval remove' : key -> t -> tval get_record : key -> t -> V.r optionval is_special_var : V.k -> boolval without_special_vars : t -> tval only_globals : t -> tval add_all : t -> t -> tval callstack_var : GoblintCil.varinfo * [> `NoOffset ]val string_of_callstack : t -> stringval must : key -> (V.r -> bool) -> t -> boolval may : key -> (V.r -> bool) -> t -> boolval is_may : key -> t -> boolval unknown : key -> t -> tval is_unknown : key -> t -> boolval string_of_state : key -> t -> stringval string_of_key : V.k -> stringval string_of_entry : V.k -> t -> stringval string_of_map : t -> string listval warn : ?may:bool -> ?loc:Node.t list -> string -> unitval report_ :
?neg:bool ->
key ->
(V.r -> bool) ->
string ->
t ->
(unit -> unit) * [> `May of bool | `Must of bool ]val report : ?neg:bool -> key -> (V.r -> bool) -> string -> t -> unitval reports : key -> (bool * (V.r -> bool) * string) list -> t -> unitval writable : V.r -> boolval fopen : key -> Node.t list -> string -> string -> t -> tval error : key -> t -> tval success : key -> t -> t