| License | MIT |
|---|---|
| Maintainer | Joe Leslie-Hurd <joe@gilith.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
OpenTheory.Parser
Description
Documentation
mapPartial :: Parser a b -> (b -> Maybe c) -> Parser a c Source
filterParser :: Parser a b -> (b -> Bool) -> Parser a b Source
sequenceParser :: Parser a (Parser a b) -> Parser a b Source