Merge pull request #6368 from bmuskalla/addMissingKeywords

Add missing keywords to language specification
This commit is contained in:
Aditya Sharad
2021-07-27 11:08:25 -07:00
committed by GitHub

View File

@@ -497,6 +497,7 @@ The following sequences of characters are keyword tokens:
max
min
module
newtype
none
not
or
@@ -514,6 +515,7 @@ The following sequences of characters are keyword tokens:
then
this
true
unique
where
Operators