Functor Collection.Set.Imperative.MakeHashSet
module MakeHashSet:
| Parameters: | 
  | 
include Collection.Set.S
val create : int -> tval clear : t -> unitval copy : t -> tval add : t -> elt -> unitval remove : t -> elt -> unit
        
				
    module MakeHashSet:
| Parameters: | 
  | 
include Collection.Set.S
val create : int -> tval clear : t -> unitval copy : t -> tval add : t -> elt -> unitval remove : t -> elt -> unit