Text.ParserCombinators.Poly.StateText

The Parser datatype

data Parser s a

data Result z a

runParser

Basic parsers

next

eof

satisfy

onFail

Derived parsers (but implemented more efficiently)

manySatisfy

many1Satisfy

State-handling

stUpdate

stQuery

stGet

Re-parsing

reparse

Re-export all more general combinators