(* File: RBTree_Impl.thy Author: Bohua Zhan *) section ‹Implementation of red-black tree› theory RBTree_Impl imports SepAuto "../Functional/RBTree" begin text ‹ Verification of imperative red-black trees. › subsection ‹Tree nodes›