Module type Core_set_intf.S

module type S = sig .. end

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