diff options
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -162,7 +162,9 @@ \newcommand\rangeover[2]{\overrightarrow{#1}} % Judgements for typing and such -\newcommand\judgement[4][]{{#2} \vdash^{#1} {#3} : {#4}} +\NewDocumentCommand\judgement{momO{:}m}{% + {#1} \vdash^{\IfNoValueF{#2}{#2}} {#3} \mathrel{#4} {#5} +} \newcommand\jdgmnt[3]{{#2} \vdash {#3}~\mathrm{#1}} % List operators |