diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-04-25 13:34:10 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-04-25 13:34:10 +0100 |
commit | 7408a6b9aa210f06912d18cbf19b703446087c0a (patch) | |
tree | 9c422a71a8f9c84c9758b92ae8ce0cd84a789318 /main.tex | |
parent | 6ca26199d5b57ebc0c33d1009d8bff8be92142c1 (diff) |
Give examples for phase 1.
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ %% Recursive types \ExplSyntaxOn \NewDocumentCommand \roll {s} - { \ensuremath{\mathsf{roll} \IfBooleanT{#1}{'}} } + { \ensuremath{\mathsf{roll \IfBooleanT{#1}{2}}} } \ExplSyntaxOff \newcommand\unroll{\ensuremath{\mathsf{unroll}}} \newcommand\foldkw{\ensuremath{\mathsf{fold}}} |