@hackage appar0.1.2
A simple applicative parser
Installation
Dependencies (2)
- base <4.4
- bytestring 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.