Module type Binary_search_tree.InputBST

module type InputBST = sig .. end

include Binary_search_tree.BSTPassThruFields
val left : t -> t
val right : t -> t
val value : t -> comparable