Module Collection.Map.Imperative


module Imperative: sig .. end

module MakeHashMap: 
functor (T : Hashtbl.HashedType) -> Collection.Map.IM with type key = T.t
module MakeMutable: 
functor (Map : Collection.Map.PM) -> Collection.Map.IM with type key = Map.key