aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
authorjohnvg2007-09-10 12:42:09 +0000
committerjohnvg2007-09-10 12:42:09 +0000
commitf7e3da5d046ded573d6475a56cc56832c1ab8990 (patch)
tree0e8c964a365d81d9f6ad5e4d04029c91e62eafa0 /frontend/syntax.dcl
parentuse an integer instead of a string in GenTypeVar (diff)
rename NormalSelectorUniqueElementResult as UniqueSelectorUniqueElementResult,
use UniqueSingleArraySelector for a![i] instead of NormalSelector and add UniqueSingleArraySelectorUniqueElementResult git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1686 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 71e3d06..3bdedff 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -1253,8 +1253,10 @@ cIsNotStrict :== False
:: SelectorKind
= NormalSelector
- | NormalSelectorUniqueElementResult
| UniqueSelector // !
+ | UniqueSelectorUniqueElementResult
+ | UniqueSingleArraySelector
+ | UniqueSingleArraySelectorUniqueElementResult
:: Expression = Var !BoundVar
| App !App