module Hash_set:sig..end
type 'a t
include Creators
include Accessors
module type Elt = Core_hashtbl.Keymodule type Elt_binable = Core_hashtbl.Key_binablemodule type S =Swith type 'a hash_set = 'a t
module type S_binable =S_binablewith type 'a hash_set = 'a t
module Poly:sig..endwith type 'a t = 'a t
module Make:
module Make_binable:
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t