appar
A simple applicative parser
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.
- base >= 4 && < 5
- bytestring
- fail == 4.9.*
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1