@hackage / parsec-class

Class of types that can be constructed from their text representation

Latest1.0.1.0

About

Metadata

  • Last updated , by PeterSimons
  • License MIT
  • Categories Text Processing
  • Maintained by: simons@cryp.to

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.8.1
  2. 9.6.4
  3. 9.4.8
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.4.4
  10. 8.2.2

Package Flags

Use the -f option with cabal commands to enable flags

    parsec_error_has_exception_instance (on by default)

Readme

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.