Portability | portable |
---|---|
Maintainer | [email protected] |
Data.Attoparsec.Text.Enumerator
Description
Convert an attoparsec-text parser into an iteratee. This
package is heavily based on attoparsec-enumerator for the
original attoparsec on ByteString
.
- data ParseError = ParseError {
- errorContexts :: [String]
- errorMessage :: String
- iterParser :: Monad m => Parser a -> Iteratee Text m a
Documentation
data ParseError Source
The context and message from a Fail
value.
Constructors
ParseError | |
Fields
|
Instances