module Tree: sig .. end
sig
end
type ('a, 'cmp) t
('a, 'cmp)
include Creators_and_accessors2_with_comparator
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> ('cmp -> Sexplib.Sexp.t) -> ('a, 'cmp) t -> Sexplib.Sexp.t
('a -> Sexplib.Sexp.t) -> ('cmp -> Sexplib.Sexp.t) -> ('a, 'cmp) t -> Sexplib.Sexp.t