| |||||||||||||
| |||||||||||||
| Description | |||||||||||||
| Synopsis | |||||||||||||
| |||||||||||||
| Documentation | |||||||||||||
| data ParseError | |||||||||||||
| |||||||||||||
| iterParser :: Monad m => Parser a -> Iteratee ByteString m a | |||||||||||||
Convert an Attoparsec Parser into an Iteratee. The parser will be streamed bytes until it returns Done or Fail. If parsing fails, the iteratee's error value will contain a ParseError. | |||||||||||||
| Produced by Haddock version 2.7.2 | |||||||||||||