module type S =sig..end
module Elt:Comparator.S
type ('a, 'comparator) set
typet =(Elt.t, Elt.comparator) set
val sexp_of_t : t -> Sexplib.Sexp.tval t_of_sexp : Sexplib.Sexp.t -> ttype('a, 'comparator)t_ =t
type ('a, 'comparator) tree
type'aelt_ =Elt.t
include Core_set_intf.Creators
include Core_set_intf.Accessors