From: simonmar Date: Tue, 9 Sep 2003 09:12:36 +0000 (+0000) Subject: [project @ 2003-09-09 09:12:36 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~480 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e3b3e969870bf0ac332252e0d83b37144a7706f9;p=ghc-hetmet.git [project @ 2003-09-09 09:12:36 by simonmar] Back out previous revision --- diff --git a/ghc/compiler/parser/Lexer.x b/ghc/compiler/parser/Lexer.x index 855c27e..344f0c4 100644 --- a/ghc/compiler/parser/Lexer.x +++ b/ghc/compiler/parser/Lexer.x @@ -241,7 +241,7 @@ $white_no_nl+ ; { @qual @varid "#"+ { idtoken qvarid } - @qual (@conid "#"+ | "()") { idtoken qconid } + @qual @conid "#"+ { idtoken qconid } @varid "#"+ { varid } @conid "#"+ { idtoken conid } }