Module Binary_search_tree_test.IntBST

module IntBST: Binary_search_tree.BinarySearchTree(sig
type t = int 
val compare : 'a -> 'a -> int
val show : int -> string
end)

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