Functor Hash_set.Make


module Make: 
functor (H : sig
include Core_hashtbl.HashedType
val sexp_of_t : t -> Sexplib.Sexp.t
val t_of_sexp : Sexplib.Sexp.t -> t
end) -> sig .. end
Parameters:
H : sig include Core_hashtbl.HashedType val sexp_of_t : t -> Sexp.t val t_of_sexp : Sexp.t -> t end

include struct ... end
val sexp_of_t : 'a Hashtbl.t -> Sexplib.Sexp.t
val t_of_sexp : Sexplib.Sexp.t -> unit Hashtbl.t
type t = unit set 
type elt = H.t