diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-06-26 15:41:19 +0200 |
|---|---|---|
| committer | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-06-26 15:41:19 +0200 |
| commit | b8ecd5865c07dc5f5d34b043663a34f2b5624677 (patch) | |
| tree | f59d24b61fbe642f54caff6ac083af99aaee41c4 /source | |
| parent | 0c82b10cd3ac1787838038b4b443f79cbb1612d9 (diff) | |
| parent | 6417e942447763385bed9dd3ba630b64d08bfefc (diff) | |
Merge remote-tracking branch 'upstream/main' into formalisation_numbers
Diffstat (limited to 'source')
| -rw-r--r-- | source/Syntax/Lexicon.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Syntax/Lexicon.hs b/source/Syntax/Lexicon.hs index b5e4f58..463dd18 100644 --- a/source/Syntax/Lexicon.hs +++ b/source/Syntax/Lexicon.hs @@ -109,6 +109,7 @@ prefixOps = , ([Just (Command "fst"), Just InvisibleBraceL, Nothing, Just InvisibleBraceR], (NonAssoc, "fst")) , ([Just (Command "snd"), Just InvisibleBraceL, Nothing, Just InvisibleBraceR], (NonAssoc, "snd")) , ([Just (Command "pow"), Just InvisibleBraceL, Nothing, Just InvisibleBraceR], (NonAssoc, "pow")) + , ([Just (Command "neg"), Just InvisibleBraceL, Nothing, Just InvisibleBraceR], (NonAssoc, "neg")) , (ConsSymbol, (NonAssoc, "cons")) , (PairSymbol, (NonAssoc, "pair")) -- NOTE Is now defined and hence no longer necessary , (ApplySymbol, (NonAssoc, "apply")) |
