summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-05-06 16:00:11 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-05-06 16:00:11 +0100
commitde463fdc28ca9e32627818f508509d870c8a948b (patch)
treedc9ff5da85b3f31d40c011c6d2129e6946f19cb2 /main.tex
parent27d17d272cb291ca3838565bb0f1c2dfbe630983 (diff)
Change signature of `\casetm`.
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 09e8bed..911399f 100644
--- a/main.tex
+++ b/main.tex
@@ -287,7 +287,7 @@
%% Sums
\newcommand\matchtm[2]{\mathsf{match}~{#1}~\mathsf{with}~{#2}}
-\newcommand\casetm[4]{\matchtm{#1}{\rangeover{\tuple{{#4}, {#2}}.~{#3}}{#4}}}
+\newcommand\casetm[4]{\matchtm{#1}{\rangeover{{#2}.~{#3}}{#4}}}
\ExplSyntaxOn
\NewDocumentCommand \squid_matchpart:nn {m m m}