aboutsummaryrefslogtreecommitdiff
path: root/frontend/scanner.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scanner.dcl')
-rw-r--r--frontend/scanner.dcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/scanner.dcl b/frontend/scanner.dcl
index 6399d2a..88a919e 100644
--- a/frontend/scanner.dcl
+++ b/frontend/scanner.dcl
@@ -110,6 +110,7 @@ instance <<< FilePosition
| DeriveToken // derive
| GenericOpenToken // {|
| GenericCloseToken // |}
+ | GenericOfToken // of
| ExistsToken // E.
| ForAllToken // A.
@@ -119,6 +120,7 @@ instance <<< FilePosition
| TypeContext
| FunctionContext
| CodeContext
+ | GenericContext
:: Assoc = LeftAssoc | RightAssoc | NoAssoc