parsec-class

Class of types that can be constructed from their text representation

https://github.com/peti/parsec-class

Version on this page:1.0.0.0@rev:1
LTS Haskell 22.21:1.0.1.0
Stackage Nightly 2024-05-06:1.0.1.0
Latest on Hackage:1.0.1.0

See all snapshots parsec-class appears in

MIT licensed by Peter Simons
Maintained by [email protected]
This version can be pinned in stack with:parsec-class-1.0.0.0@sha256:fd92f995139c3e3b094ca5221f8375621d7999e72d9d5ad6423b192df024ce2b,1113

Module documentation for 1.0.0.0

Depends on 2 packages(full list with versions):

This library provides the type class HasParser as a dual to Pretty. Instances of this class provide a parser than can be used to construct the type from its text representation.