Module Collection.Set.Imperative


module Imperative: sig .. end

module MakeHashSet: 
functor (T : Hashtbl.HashedType) -> Collection.Set.IS with type elt = T.t
module MakeMutable: 
functor (Set : Collection.Set.PS) -> Collection.Set.IS with type elt = Set.elt