introduces: item .1.2. Basicsopen .
- item = .
introduces: flat-list, list of _ . needs: Tuples/Basics. item <= component .
introduces: _[ _ ] , items_ , head_ , tail_ , empty-list , concatenation_ . includes: Instant/Distinction ( list for s , _is_ ) . needs: Tuples . flat-list <= component .
introduces: leaf .2.2. Basicsopen .
- leaf = item | .
introduces: list ,tree . needs: Tuples/Basics . tree <= component .
introduces: _ [ _ ], branches_, leaves_, head _, tail _ , empty-list, concatenation_ . includes: Instant/Distinction ( tree for s , _is_ ) . needs: Tuples .