Text.ParserCombinators.Poly.ByteStringChar

The Parser datatype

data Parser a

data Result z a

runParser

Basic parsers

next

eof

satisfy

onFail

Derived parsers (but implemented more efficiently)

manySatisfy

many1Satisfy

Re-parsing

reparse

Re-export all more general combinators