module IntRBT: Red_black_tree.RedBlackTree(Int)
Red_black_tree.RedBlackTree
(
Int
)
include Base
val find : Base.t -> Ord.t -> bool
Base.t -> Ord.t -> bool
val height : Base.t -> int
Base.t -> int
val string_of_tree : t -> string
t -> string