module type IM = sig .. end
sig
end
include Collection.Map.M
val create : int -> 'a t
int -> 'a t
val clear : 'a t -> unit
'a t -> unit
val copy : 'a t -> 'a t
'a t -> 'a t
val add : 'a t -> key -> 'a -> unit
'a t -> key -> 'a -> unit
val remove : 'a t -> key -> unit
'a t -> key -> unit