module type S = sig .. end
sig
end
include Binary_search_tree.BST
val peek : t -> comparable option
t -> comparable option
val extract : t -> comparable option * t
t -> comparable option * t