- Know of the existence of the
bool
type and its two values. - Know about boolean operators and how to build logical expressions with them.
- Know of the boolean operator precedence rules.
- Pattern matching on booleans.
booleans
: know of the existence of thebool
type and its two values; know about boolean operators and how to build logical expressions with them; know of the boolean operator precedence rules.
basics
: know how to define functions.