Module type Binary_search_tree.BST

module type BST = sig .. end

include Binary_search_tree.BSTPassThruFields
val find : t -> comparable -> bool
val height : t -> int
val string_of_tree : t -> string