(* Author: Tobias Nipkow *) section "AVL Tree with Balance Factors (2)" theory AVL_Bal2_Set imports Cmp Isin2 begin text ‹This version passes a flag (‹Same›/‹Diff›) back up to signal if the height changed.›