Minor notes
You can “return multiple results” the same way, using tuples
- Ex: returning a point in two-space using either Cartesian or polar coordinates
Precedence rules for expressions
- Juxtaposition, then prefix, then infix
Precedence rules for types
- list suffix, then *, then ->