Module Set.Tree

module Tree: sig .. end

type ('a, 'comparator) t = ('a, 'comparator) Set.tree 
include Creators_and_accessors
val sexp_of_t : ('a -> Sexplib.Sexp.t) ->
('comparator -> Sexplib.Sexp.t) ->
('a, 'comparator) t -> Sexplib.Sexp.t