Data.Attoparsec.Iteratee
- data  ParseError  = ParseError {
- errorContexts :: [String]
 - errorMessage :: String
 
 - parserToIteratee :: Monad m => Parser a -> Iteratee ByteString m a
 
Documentation
data ParseError Source
Constructors
| ParseError | |
Fields 
  | |
Instances
parserToIteratee :: Monad m => Parser a -> Iteratee ByteString m aSource