/// Reduction: eval and eval's friends.<br/>
/// Functions are basically put into `impl` blocks, their docs are not inside this module.
/// Syntax: term, expression, context.
/// Methods are inside the `reduce` module.
/// Normal form: when we read back, we get a normal form expression.
/// Read back: read back functions, converting terms to normal forms
/// Type checking: the four type checking functions.