(* File: BST_Impl.thy Author: Bohua Zhan *) section ‹Implementation of binary search tree› theory BST_Impl imports SepAuto "../Functional/BST" begin text ‹Imperative version of binary search trees.› subsection ‹Tree nodes›