type !'a t = 'a Prelude.Map.Make(Smtml.Symbol).tval add : key -> 'a -> 'a t -> 'a tval add_to_list : key -> 'a -> 'a list t -> 'a list tval update : key -> ('a option -> 'a option) -> 'a t -> 'a tval singleton : key -> 'a -> 'a tval remove : key -> 'a t -> 'a tval merge :
(key -> 'a option -> 'b option -> 'c option) ->
'a t ->
'b t ->
'c tval union : (key -> 'a -> 'a -> 'a option) -> 'a t -> 'a t -> 'a tval cardinal : 'a t -> intval bindings : 'a t -> (key * 'a) listval min_binding_opt : 'a t -> (key * 'a) optionval max_binding_opt : 'a t -> (key * 'a) optionval choose_opt : 'a t -> (key * 'a) optionval find_opt : key -> 'a t -> 'a optionval find_first_opt : (key -> bool) -> 'a t -> (key * 'a) optionval find_last_opt : (key -> bool) -> 'a t -> (key * 'a) optionval iter : (key -> 'a -> unit) -> 'a t -> unitval fold : (key -> 'a -> 'acc -> 'acc) -> 'a t -> 'acc -> 'accval map : ('a -> 'b) -> 'a t -> 'b tval mapi : (key -> 'a -> 'b) -> 'a t -> 'b tval filter : (key -> 'a -> bool) -> 'a t -> 'a tval filter_map : (key -> 'a -> 'b option) -> 'a t -> 'b tval partition : (key -> 'a -> bool) -> 'a t -> 'a t * 'a tval split : key -> 'a t -> 'a t * 'a option * 'a tval is_empty : 'a t -> boolval mem : key -> 'a t -> boolval equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> boolval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> intval for_all : (key -> 'a -> bool) -> 'a t -> boolval exists : (key -> 'a -> bool) -> 'a t -> boolval to_list : 'a t -> (key * 'a) listval of_list : (key * 'a) list -> 'a tval min_binding :
Prelude.this_function_has_been_hidden_by_prelude_because_it_is_unwantedval max_binding :
Prelude.this_function_has_been_hidden_by_prelude_because_it_is_unwantedval choose :
Prelude.this_function_has_been_hidden_by_prelude_because_it_is_unwantedval find :
Prelude.this_function_has_been_hidden_by_prelude_because_it_is_unwantedval find_first :
Prelude.this_function_has_been_hidden_by_prelude_because_it_is_unwantedval find_last :
Prelude.this_function_has_been_hidden_by_prelude_because_it_is_unwanted