Tree Constraints
Tree constraints represent structured data
Tree constructor: character string
- cons, node, null, widget, f
Constant: constructor or number
Tree:
- A constant is a tree
- A constructor with a list of > 0 trees is a tree
- Drawn with constructor above children