Text.ParserCombinators.Incremental

The Parser type

data Parser t s r

Using a Parser

feed

feedEof

inspect

results

completeResults

resultPrefix

Parser primitives

failure

(<?>)

more

eof

anyToken

token

satisfy

acceptAll

string

takeWhile

takeWhile1

Character primitives

satisfyChar

takeCharsWhile

takeCharsWhile1

Parser combinators

count

skip

moptional

concatMany

concatSome

manyTill

mapType

mapIncremental

(+<*>)

(<||>)

(<<|>)

(><)

lookAhead

notFollowedBy

and

andThen

Utilities

isInfallible

showWith

defaultMany

defaultSome