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