diff options
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 066c32d..7d1b086 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -1513,7 +1513,7 @@ instance == OverloadedListType :: CoercionPosition = CP_Expression !Expression | CP_FunArg !Ident !Int // Function or constructor ident, argument position (>=1) - | CP_SymbArg !SymbIdent !Int // Function or constructor symbol, argument position (>=1) + | CP_SymbArgAndExpression !SymbIdent !Int !Expression // Function or constructor symbol, argument position (>=1) | CP_LiftedFunArg !Ident !Ident // Function symbol, lifted argument ident :: IdentPos = |