aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/parse.icl3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl
index 6462d47..00e8770 100644
--- a/frontend/parse.icl
+++ b/frontend/parse.icl
@@ -530,7 +530,8 @@ where
-> (PE_List [PE_Ident cons_CONS_ident, geninfo_arg], pState)
| type_name == type_FIELD_ident
# (cons_FIELD_ident, pState) = stringToIdent "GenericFieldInfo" IC_Expression pState
- -> (PE_List [PE_Ident cons_FIELD_ident, geninfo_arg], pState) _
+ -> (PE_List [PE_Ident cons_FIELD_ident, geninfo_arg], pState)
+ _
| otherwise
-> (geninfo_arg, pState)
| otherwise