Module Core_map_intf.S.Tree

module Tree: sig .. end

type 'a t = (Key.t, 'a, Key.comparator) Core_map_intf.S.tree 
include Core_map_intf.Creators_and_accessors1
val t_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t