Text.ParserCombinators.Poly.State

The Parser datatype

data Parser s t a

data Result z a

runParser

Basic parsers

next

eof

satisfy

onFail

State-handling

stUpdate

stQuery

stGet

Re-parsing

reparse

Re-export all more general combinators