| Portability | portable |
|---|---|
| Maintainer | jmillikin@gmail.com |
Data.Attoparsec.Enumerator
Description
- data ParseError = ParseError {
- errorContexts :: [String]
- errorMessage :: String
- iterParser :: Monad m => Parser a -> Iteratee ParseError ByteString m a
Documentation
data ParseError Source
The context and message from a Fail value.
Constructors
| ParseError | |
Fields
| |
Instances
iterParser :: Monad m => Parser a -> Iteratee ParseError ByteString m aSource