1 Aug
2008
1 Aug
'08
3:25 a.m.
Language.Haskell.Parser currently can't parse modules with unicode symbols in operators, which are allowed by the haskell98 standard. The attached patch is a small change in the lexer code to fix this.
Thanks Andrea, I'm stealing this for haskell-src-exts as well. :-) Cheers, /Niklas