diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-07-27 06:22:40 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-07-27 06:22:40 +0100 |
commit | 8aa6d5f2e09697da57c259fa6ca980a6d9e2f660 (patch) | |
tree | c4e0266af590449550bf995cb0a64ca97940b272 /compiler/parser | |
parent | e2ba86228445cfe5faeedccb73a3ddea0a3b9026 (diff) | |
download | haskell-8aa6d5f2e09697da57c259fa6ca980a6d9e2f660.tar.gz |
White space only
Diffstat (limited to 'compiler/parser')
-rw-r--r-- | compiler/parser/Parser.y.pp | 2 |
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 |