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