Module type Collection.Map.PM


module type PM = sig .. end

include Collection.Map.M
val empty : 'a t
val add : 'a t -> key -> 'a -> 'a t
val remove : 'a t -> key -> 'a t