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