summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.hs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #1015: fix lexing of Haskell char literals.Georg Brandl2014-10-081-0/+4
| | | | | In the case of TH quoting, 'f'7 means char literal and then numeric 7, not quoted f'7, see http://www.haskell.org/ghc/docs/7.6.2/html/users_guide/template-haskell.html
* Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-161-0/+10
|
* Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-131-0/+2
| | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter
* Rename Haskell example fileGaurav Jain2014-05-131-0/+15