ContentsIndex
Data.Parser
Description
A Parsec parser for the refSerialize monad. See package Parsec. all the functions have the same meaning
Documentation
data ST a
Constructors
ST (Stat -> Either Error (Stat, a))
show/hide Instances
Monad ST
MonadPlus ST
<?>
<|>
char :: Char -> ST Char
anyChar
string
upper
space
digit
sepBy :: ST a -> ST sep -> ST [a]
between
choice
option
notFollowedBy
many :: ST a -> ST [a]
bool
charLiteral
stringLiteral
natural
integer
float
naturalOrFloat
decimal
hexadecimal
octal
symbol
lexeme
whiteSpace
parens
braces
angles
brackets
semi
comma
colon
dot
semiSep
semiSep1
commaSep
commaSep1
Produced by Haddock version 2.4.2