Files
rlp/doc/src/glossary.rst
crumbtoo 6767bd0b4f docs -> doc
lol
2023-12-04 14:51:44 -07:00

20 lines
505 B
ReStructuredText

Glossary
========
Haskell and Haskell culture is infamous for using scary mathematical terms for
simple ideas. Please excuse us, it's really fun :3.
.. glossary::
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.