aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r--frontend/syntax.icl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl
index 9bb74d3..15bfdd4 100644
--- a/frontend/syntax.icl
+++ b/frontend/syntax.icl
@@ -236,6 +236,7 @@ cNameLocationDependent :== True
, class_dictionary :: !DefinedSymbol
, class_pos :: !Position
, class_cons_vars :: !BITVECT
+ , class_arg_kinds :: ![TypeKind] // filled in in checkKindCorrectness phase
}
:: MemberDef =