module type S = sig .. end
sig
end
include Map.S
exception Not_found of key
key
val fromList : (key * 'a) list -> 'a t
(key * 'a) list -> 'a t
val union_disjoint : 'a t list -> 'a t
'a t list -> 'a t
val union_disjoint2 : 'a t -> 'a t -> 'a t
'a t -> 'a t -> 'a t