An open API service indexing awesome lists of open source software.

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

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.

[![Build Status](https://travis-ci.org/stackbuilders/parseerror-eq.svg?branch=master)](https://travis-ci.org/stackbuilders/parseerror-eq) [![Hackage](https://img.shields.io/hackage/v/parseerror-eq.svg)](http://hackage.haskell.org/package/parseerror-eq)