Module type Hash_set_intf.Creators
val create : ?growth_allowed:bool -> ?size:int -> (module Base__.Hash_set_intf.Key with type t = 'a) -> 'a tval of_list : ?growth_allowed:bool -> ?size:int -> (module Base__.Hash_set_intf.Key with type t = 'a) -> 'a list -> 'a t