WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell.ContentsIndex
WASH.Utility.SimpleParser
Documentation
newtype Parser a b
Constructors
Parser (a -> [(b, a)])
show/hide Instances
option :: x -> Parser a x -> Parser a x
parseFromString :: Parser String x -> String -> Maybe x
parserToRead :: Parser String x -> ReadS x
Produced by Haddock version 0.8