Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix test | alexbiehl | 2018-03-02 | 1 | -5/+1 |
| | |||||
* | Support unicode operators, proper modules | Alec Theriault | 2018-03-02 | 1 | -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. |