From cd478b466cc1e6e6ab18db829a660117f3dcb767 Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Tue, 21 Nov 2023 21:51:37 -0700 Subject: [PATCH] glossary: 'layout' --- docs/src/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/glossary.rst b/docs/src/glossary.rst index 4cb9aaf..6315c39 100644 --- a/docs/src/glossary.rst +++ b/docs/src/glossary.rst @@ -13,3 +13,7 @@ simple ideas. Please excuse us, it's really fun :3. 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. +