Module type Hash_set_intf.S

module type S = sig .. end

type elt 
type 'a hash_set 
type t = elt hash_set 
val sexp_of_t : t -> Sexplib.Sexp.t
val t_of_sexp : Sexplib.Sexp.t -> t
type 'a t_ = t 
type 'a elt_ = elt 
include Hash_set_intf.Creators