[commit: ghc] master: Comments only (6831815)

git at git.haskell.org git at git.haskell.org
Tue Oct 27 13:25:20 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/68318151621554686dda9664f1c8fcee473b012c/ghc

>---------------------------------------------------------------

commit 68318151621554686dda9664f1c8fcee473b012c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Oct 22 16:05:46 2015 +0100

    Comments only


>---------------------------------------------------------------

68318151621554686dda9664f1c8fcee473b012c
 compiler/parser/Parser.y | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/parser/Parser.y b/compiler/parser/Parser.y
index e24d1cb..895d1bf 100644
--- a/compiler/parser/Parser.y
+++ b/compiler/parser/Parser.y
@@ -2946,6 +2946,7 @@ qvarid :: { Located RdrName }
 -- Note that 'role' and 'family' get lexed separately regardless of
 -- the use of extensions. However, because they are listed here, this
 -- is OK and they can be used as normal varids.
+-- See Note [Lexing type pseudo-keywords] in Lexer.x
 varid :: { Located RdrName }
         : VARID            { sL1 $1 $! mkUnqual varName (getVARID $1) }
         | special_id       { sL1 $1 $! mkUnqual varName (unLoc $1) }



More information about the ghc-commits mailing list