Sourceval remove_min_binding : 'a t -> 'a t Sourceval merge :
(key -> 'a option -> 'b option -> 'c option) ->
'a t ->
'b t ->
'c t Sourceval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int Sourceval equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool Sourceval iter : (key -> 'a -> unit) -> 'a t -> unit Sourceval fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b Sourceval for_all : (key -> 'a -> bool) -> 'a t -> bool Sourceval exists : (key -> 'a -> bool) -> 'a t -> bool Sourceval partition : (key -> 'a -> bool) -> 'a t -> 'a t * 'a t Sourceval map : ('a -> 'b) -> 'a t -> 'b t Sourceval is_singleton : 'a t -> bool Sourceval map2 : (key -> 'a -> 'b -> 'c) -> 'a t -> 'b t -> 'c t Sourceval iter2 : (key -> 'a -> 'b -> unit) -> 'a t -> 'b t -> unit Sourceval fold2 : (key -> 'a -> 'b -> 'c -> 'c) -> 'a t -> 'b t -> 'c -> 'c Sourceval for_all2 : (key -> 'a -> 'b -> bool) -> 'a t -> 'b t -> bool Sourceval exists2 : (key -> 'a -> 'b -> bool) -> 'a t -> 'b t -> bool Sourceval map2z : (key -> 'a -> 'a -> 'a) -> 'a t -> 'a t -> 'a t Sourceval iter2z : (key -> 'a -> 'a -> unit) -> 'a t -> 'a t -> unit Sourceval fold2z : (key -> 'a -> 'a -> 'b -> 'b) -> 'a t -> 'a t -> 'b -> 'b Sourceval for_all2z : (key -> 'a -> 'a -> bool) -> 'a t -> 'a t -> bool Sourceval exists2z : (key -> 'a -> 'a -> bool) -> 'a t -> 'a t -> bool Sourceval map2o :
(key -> 'a -> 'c) ->
(key -> 'b -> 'c) ->
(key -> 'a -> 'b -> 'c) ->
'a t ->
'b t ->
'c t Sourceval iter2o :
(key -> 'a -> unit) ->
(key -> 'b -> unit) ->
(key -> 'a -> 'b -> unit) ->
'a t ->
'b t ->
unit Sourceval fold2o :
(key -> 'a -> 'c -> 'c) ->
(key -> 'b -> 'c -> 'c) ->
(key -> 'a -> 'b -> 'c -> 'c) ->
'a t ->
'b t ->
'c ->
'c Sourceval for_all2o :
(key -> 'a -> bool) ->
(key -> 'b -> bool) ->
(key -> 'a -> 'b -> bool) ->
'a t ->
'b t ->
bool Sourceval exists2o :
(key -> 'a -> bool) ->
(key -> 'b -> bool) ->
(key -> 'a -> 'b -> bool) ->
'a t ->
'b t ->
bool Sourceval map2zo :
(key -> 'a -> 'a) ->
(key -> 'a -> 'a) ->
(key -> 'a -> 'a -> 'a) ->
'a t ->
'a t ->
'a t Sourceval iter2zo :
(key -> 'a -> unit) ->
(key -> 'a -> unit) ->
(key -> 'a -> 'a -> unit) ->
'a t ->
'a t ->
unit Sourceval fold2zo :
(key -> 'a -> 'b -> 'b) ->
(key -> 'a -> 'b -> 'b) ->
(key -> 'a -> 'a -> 'b -> 'b) ->
'a t ->
'a t ->
'b ->
'b Sourceval for_all2zo :
(key -> 'a -> bool) ->
(key -> 'a -> bool) ->
(key -> 'a -> 'a -> bool) ->
'a t ->
'a t ->
bool Sourceval exists2zo :
(key -> 'a -> bool) ->
(key -> 'a -> bool) ->
(key -> 'a -> 'a -> bool) ->
'a t ->
'a t ->
bool Sourceval fold_slice : (key -> 'a -> 'b -> 'b) -> 'a t -> key -> key -> 'b -> 'b Sourceval key_equal : 'a t -> 'a t -> bool Sourceval key_subset : 'a t -> 'a t -> bool Sourceval to_string :
Containers__MapExtSig.map_printer ->
(key -> string) ->
('a -> string) ->
'a t ->
string Sourceval print :
Containers__MapExtSig.map_printer ->
(Stdlib.out_channel -> key -> unit) ->
(Stdlib.out_channel -> 'a -> unit) ->
Stdlib.out_channel ->
'a t ->
unit Sourceval fprint :
Containers__MapExtSig.map_printer ->
(Stdlib.Format.formatter -> key -> unit) ->
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t ->
unit Sourceval bprint :
Containers__MapExtSig.map_printer ->
(Stdlib.Buffer.t -> key -> unit) ->
(Stdlib.Buffer.t -> 'a -> unit) ->
Stdlib.Buffer.t ->
'a t ->
unit