X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fparser%2FLexer.x;fp=ghc%2Fcompiler%2Fparser%2FLexer.x;h=27b6e2d7c69dfdbee2edd7e9fb994c566bc2f4e4;hb=7434eae33776ba56eae28dfd85172dd86d180be2;hp=84e5a1a33a66c862025a0a16742895270de563cf;hpb=8f1d0a141e300bbcf667ee8e3ec5612785e3dba2;p=ghc-hetmet.git diff --git a/ghc/compiler/parser/Lexer.x b/ghc/compiler/parser/Lexer.x index 84e5a1a..27b6e2d 100644 --- a/ghc/compiler/parser/Lexer.x +++ b/ghc/compiler/parser/Lexer.x @@ -559,6 +559,7 @@ reservedSymsFM = listToUFM $ ,(">>-", ITRarrowtail, bit arrowsBit) #if __GLASGOW_HASKELL__ >= 605 + ,("λ", ITlam, 0) ,("∀", ITforall, bit tvBit) ,("→", ITrarrow, 0) ,("←", ITlarrow, 0)