WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

WASH.Utility.SimpleParser

Documentation

newtype Parser a b Source

Constructors

Parser (a -> [(b, a)]) 

Instances

option :: x -> Parser a x -> Parser a xSource