summaryrefslogtreecommitdiff
path: root/compiler/parser/Parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/parser/Parser.y')
-rw-r--r--compiler/parser/Parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Parser.y b/compiler/parser/Parser.y
index 477ef88f12..0c17cdea47 100644
--- a/compiler/parser/Parser.y
+++ b/compiler/parser/Parser.y
@@ -2446,7 +2446,7 @@ flattenedpquals :: { Located [LStmt RdrName (LHsExpr RdrName)] }
qss -> sL1 $1 [sL1 $1 $ ParStmt [ParStmtBlock qs [] noSyntaxExpr |
qs <- qss]
- noSyntaxExpr noSyntaxExpr]
+ noExpr noSyntaxExpr placeHolderType]
-- We actually found some actual parallel lists so
-- we wrap them into as a ParStmt
}