Module Hash_set.Poly

module Poly: sig .. end  with type 'a t = 'a t

type 'a t = 'a t 
include Creators
include Accessors
val t_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t