summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-04-25 13:34:10 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-04-25 13:34:10 +0100
commit7408a6b9aa210f06912d18cbf19b703446087c0a (patch)
tree9c422a71a8f9c84c9758b92ae8ce0cd84a789318 /main.tex
parent6ca26199d5b57ebc0c33d1009d8bff8be92142c1 (diff)
Give examples for phase 1.
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.tex b/main.tex
index 91aa555..f02720b 100644
--- a/main.tex
+++ b/main.tex
@@ -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}}}