Copyright | (c) Paweł Nowak |
---|---|
License | MIT |
Maintainer | Paweł Nowak <pawel834@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Provides a Syntax instance for Attoparsec.ByteString.Parser.
- data WrappedParser a b
- getParser :: WrappedParser a b -> a -> Parser b
- getParser_ :: WrappedParser () b -> Parser b
Documentation
data WrappedParser a b Source
A wrapped Parser
.
getParser :: WrappedParser a b -> a -> Parser b Source
Extracts the parser.
getParser_ :: WrappedParser () b -> Parser b Source
Extracts the parser.