WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.
Source code
Contents
Index
WASH.Utility.SimpleParser
Documentation
newtype
Parser
a b
Source
Constructors
Parser
(a -> [(b, a)])
option
:: x ->
Parser
a x ->
Parser
a x
Source
parseFromString
::
Parser
String
x ->
String
->
Maybe
x
Source
parserToRead
::
Parser
String
x ->
ReadS
x
Source
Produced by
Haddock
version 2.6.1