@hackage parsley-core2.3.0.0

A fast parser combinator library backed by Typed Template Haskell

Parsley Internals

This package contains the internals for the parsley library.

The version policy adheres to the regular Haskell PVP, but the two major versions are distinguished: the first is the Public API major version, which represents backwards incompatible changes in the regular PVP sense that effect the parsley package itself and its users; the second version is the Internal API major version, which would only effect users who use part of the internal parsley modules. As such, for people that are not explicitly importing anything from Parsley.Internal, or its submodules, the second major version does not matter: 0.2.0.0 and 0.3.0.0 would be compatible, for instance.