>> * UnicodeSyntax now works not only for identifiers, but also for > > does this mean that unicode identifiers are allowed only when > UnicodeSyntax enabled? ghc allows them anyway
Well spotted, that was poorly worded of me. haskell-src-exts works like GHC, allowing Unicode identifier always and Unicode keywords/keysymbols when UnicodeSyntax is enabled. Cheers, /Niklas _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
