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