id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1102,Lambda unicode character lex,humasect,,"abd ∷ Num a ⇒ a → a
abd a = a

(⋴) a b = a ++ b
test2 x = map (λx → x ⋴ ""abc"")         -- line 17

Test.hs:17:18: parse error on input `?'

-----

All of these special characters are unicode, and work great, except the lambda. Any unicode character put here gives this error. http://hackage.haskell.org/trac/haskell-prime/wiki/UnicodeInHaskellSource  -- claims otherwise.",feature request,closed,normal,_|_,Compiler (Parser),6.6,wontfix,lambda unicode lexical parse ?,pumpkingod@… anton.nik@…,Unknown/Multiple,Unknown/Multiple,None/Unknown,Easy (less than 1 hour),,,,
