section‹Binary Decision Trees› theory BDT imports Bool_Func begin text‹ We first define all operations and properties on binary decision trees. This has the advantage that we can use a simple, structurally defined type and the disadvantage that we cannot represent sharing. ›