Module Binary_search_tree_test

module Binary_search_tree_test: sig .. end

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