Module Red_black_tree_test.IntRBT

module IntRBT: Red_black_tree.RedBlackTree(Int)

include Base
val find : Base.t -> Ord.t -> bool
val height : Base.t -> int
val string_of_tree : t -> string