(* File: BST.thy Author: Bohua Zhan *) section ‹Binary search tree› theory BST imports Lists_Ex begin text ‹ Verification of functional programs on binary search trees. For basic technique, see comments in Lists\_Ex.thy. › subsection ‹Definition and setup for trees›