X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fparser%2FLexer.x;h=45da0d0ca23e8c26b2de0c18608579e7a1e14a45;hb=c7e51f58e4c09b4d0df94faaa1e59cd96736c4bb;hp=bc1134074ca0d6df57b390e6fc67b0e7c11826c0;hpb=284d83ee6ff1f817d4f7b72f84887f292d96660a;p=ghc-hetmet.git diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index bc11340..45da0d0 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -250,7 +250,6 @@ $white_no_nl+ ; <0,glaexts> { \? @varid / { ifExtension ipEnabled } { skip_one_varid ITdupipvarid } - \% @varid / { ifExtension ipEnabled } { skip_one_varid ITsplitipvarid } } { @@ -442,7 +441,6 @@ data Token | ITqconsym (FastString,FastString) | ITdupipvarid FastString -- GHC extension: implicit param: ?x - | ITsplitipvarid FastString -- GHC extension: implicit param: %x | ITpragma StringBuffer