[commit: ghc] master: White space only (8aa6d5f)
Simon Peyton Jones
simonpj at microsoft.com
Wed Jul 27 07:58:55 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8aa6d5f2e09697da57c259fa6ca980a6d9e2f660
>---------------------------------------------------------------
commit 8aa6d5f2e09697da57c259fa6ca980a6d9e2f660
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jul 27 06:22:40 2011 +0100
White space only
>---------------------------------------------------------------
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 05e0222..d199fb5 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
More information about the Cvs-ghc
mailing list