ByteString.Parser.Fast

type Parser

data ParserM a

parseOnly

Error handling

data ParseError

data ErrorItem

ueof

ufail

parseError

Parsing numerical values

decimal

num

hnum

onum

frac

scientific

Parsing characters

anyChar

char

string

quotedString

Various combinators

takeN

remaining

charTakeWhile

charTakeWhile1

takeWhile

takeWhile1

skipWhile

Parsing time-related values

parseYMD

parseDTime

timestamp

rfc3339

Interfacing with other libraries

wlex

pFold

Hacks and bits

isLower

getOctal

getInt