Haskell Core Libraries (base package)
Parent
Contents
Index
Text.ParserCombinators.Parsec.Char
Portability
portable
Stability
provisional
Maintainer
daan@cs.uu.nl
Description
Commonly used character parsers.
type
CharParser
st a =
GenParser
Char
st a
string
::
String
->
CharParser
st
String
satisfy
:: (
Char
->
Bool
) ->
CharParser
st
Char
Produced by
Haddock
version 0.4