#1294: ? generates .. lexeme
-----------------------+----------------------------------------------------
  Reporter:  guest     |          Owner:         
      Type:  bug       |         Status:  new    
  Priority:  normal    |      Milestone:         
 Component:  Compiler  |        Version:  6.7    
  Severity:  normal    |       Keywords:         
Difficulty:  Unknown   |             Os:  Unknown
  Testcase:            |   Architecture:  Unknown
-----------------------+----------------------------------------------------
You can't have a ? operator with -fglasgow-exts.  Looking in Lexer.x you
 can see the following line:

        ,("?",   ITdotdot,       bit glaExtsBit)

 Surely this cannot be intensional.  Some kind of Unicode mistake?

   -- Lennart

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1294>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to