aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Bug458.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bug548 for realalexbiehl2018-03-021-1/+1
|
* Revert "fix test"alexbiehl2018-03-021-1/+5
| | | | This reverts commit 1ac2f9569242f6cb074ba6e577285a4c33ae1197.
* fix testalexbiehl2018-03-021-5/+1
|
* Support unicode operators, proper modulesAlec Theriault2018-03-021-0/+80
Unicode operators are a pretty big thing in Haskell, so supporting linking them seems like it outweighs the cost of the extra machinery to force Attoparsec to look for unicode. Fixes #458.