@hackage appar0.1.8
A simple applicative parser
Installation
Dependencies (3)
- base >=4 && <5
- bytestring
- fail >=4.9 && <4.10 Show all…
Dependents (7)
@hackage/rpf, @hackage/hw-ip, @hackage/acme-everything, @hackage/domain-auth, @hackage/succinct, @hackage/hw-dsv, Show all…
This is subset of Parsec.
Parsec 3 provides features which Parsec 2 does not provide:
- Applicative style
- ByteString as input
But Haskell Platform includes Parsec 2, not Parsec 3. Installing Parsec 3 to Haskell Platform environment makes it mess. So, I have implemented this.