Module type Hash_set_intf.S

module type S = sig .. end

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