summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-07-27 06:22:40 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-07-27 06:22:40 +0100
commit8aa6d5f2e09697da57c259fa6ca980a6d9e2f660 (patch)
treec4e0266af590449550bf995cb0a64ca97940b272 /compiler/parser
parente2ba86228445cfe5faeedccb73a3ddea0a3b9026 (diff)
downloadhaskell-8aa6d5f2e09697da57c259fa6ca980a6d9e2f660.tar.gz
White space only
Diffstat (limited to 'compiler/parser')
-rw-r--r--compiler/parser/Parser.y.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp
index 05e0222182..d199fb534f 100644
--- a/compiler/parser/Parser.y.pp
+++ b/compiler/parser/Parser.y.pp
@@ -1437,7 +1437,7 @@ texp :: { LHsExpr RdrName }
-- Then when converting expr to pattern we unravel it again
-- Meanwhile, the renamer checks that real sections appear
-- inside parens.
- | infixexp qop { LL $ SectionL $1 $2 }
+ | infixexp qop { LL $ SectionL $1 $2 }
| qopm infixexp { LL $ SectionR $1 $2 }
-- View patterns get parenthesized above