Module type Core_set_intf.S0

module type S0 = sig .. end

type ('a, 'cmp) set 
type ('a, 'cmp) tree 
module Elt: sig .. end
module Tree: sig .. end
type t = (Elt.t, Elt.comparator_witness)
set
include Core_set_intf.Creators_and_accessors0
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int