#1102: Lambda unicode character lex
--------------------------------------------+-------------------------------
 Reporter:  humasect                        |          Owner:             
     Type:  bug                             |         Status:  closed     
 Priority:  normal                          |      Milestone:  6.6.1      
Component:  Compiler (Parser)               |        Version:  6.6        
 Severity:  major                           |     Resolution:  wontfix    
 Keywords:  lambda unicode lexical parse ?  |     Difficulty:  Easy (1 hr)
 Testcase:                                  |   Architecture:  Unknown    
       Os:  MacOS X                         |  
--------------------------------------------+-------------------------------
Changes (by simonmar):

  * resolution:  => wontfix
  * priority:  high => normal
  * status:  new => closed

Comment:

 I removed the claim on the Haskell-prime wiki, and also removed the failed
 attempt to support unicode lambda from GHC.

 Further discussion is needed here: since λ is a lower-case letter, λx is
 an identifier.  If we want to treat this as meaning `\x`, that means λ
 would need to be treated as a "special" character (like parentheses for
 example).  No other alphanumeric character has this property, currently.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1102>
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