diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-05-06 16:00:11 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-05-06 16:00:11 +0100 |
commit | de463fdc28ca9e32627818f508509d870c8a948b (patch) | |
tree | dc9ff5da85b3f31d40c011c6d2129e6946f19cb2 /main.tex | |
parent | 27d17d272cb291ca3838565bb0f1c2dfbe630983 (diff) |
Change signature of `\casetm`.
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |