https://github.com/stackbuilders/parseerror-eq
Simple library to adds an Eq instance to Parsec's ParseError type if it's needed
https://github.com/stackbuilders/parseerror-eq
Last synced: 10 months ago
JSON representation
Simple library to adds an Eq instance to Parsec's ParseError type if it's needed
- Host: GitHub
- URL: https://github.com/stackbuilders/parseerror-eq
- Owner: stackbuilders
- License: mit
- Created: 2015-03-24T21:54:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T22:42:48.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T06:35:52.840Z (11 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/parseerror-eq
- Size: 132 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParseErrorEq
A library to help with compatibility against Parsec versions. Adds an
instance of `Eq` to the `ParseError` data type, if it's missing from the
version of Parsec that you're compiling against.
[](https://travis-ci.org/stackbuilders/parseerror-eq) [](http://hackage.haskell.org/package/parseerror-eq)