Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module type Utils.Map.S

module type S = sig..end

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