module Make: functor (Ord : OrderedType) -> S with type key = Ord.t
functor (
Ord
:
OrderedType
) ->
S
with type key = Ord.t
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