module type S =sig
..end
module Elt:Comparator.S
type ('a, 'comparator)
set
type ('a, 'comparator)
tree
typet =
(Elt.t, Elt.comparator) set
type('a, 'comparator)
t_ =t
type'a
elt_ =Elt.t
include Core_set_intf.Creators_and_accessors
val empty : t
module Tree:sig
..end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int