module Tree:sig
..end
type'v
t =(Key.t, 'v, Key.comparator) Core_map_intf.S.tree
type('k, 'v, 'c)
t_ ='v t
include Core_map_intf.Creators_and_accessors
val t_of_sexp : (Sexplib.Sexp.t -> 'v) -> Sexplib.Sexp.t -> 'v t
val sexp_of_t : ('v -> Sexplib.Sexp.t) -> 'v t -> Sexplib.Sexp.t