Tree-Dichotomy for Recursion
l
We often want a different dichotomy
than for lists:
l
The tree has a single node (and is thus a
leaf).
l
The tree is a node with offspring (and is
thus not a leaf).