Functor Hash_set.Make


module Make: 
functor (H : Core_hashtbl.Key) -> sig .. end
Parameters:
H : Core_hashtbl.Key

type elem = H.t 
type t = elem Hash_set.hash_set 
val create : ?growth_allowed:bool -> ?size:int -> unit -> t
val of_list : H.t list -> t
include Sexpable.S