Glossary

Haskell and Haskell culture is infamous for using scary mathematical terms for simple ideas. Please excuse us, it’s really fun :3.

supercombinator

An expression with no free variables. For most purposes, just think of a top-level definition.

case alternative

An possible match in a case expression (TODO: example)

layout

The syntax used in rlp and Haskell that allows for implicitly sectioned code using alignment and newlines.