mohws-0.2.0.1: Modular Haskell Web ServerSource codeContentsIndex
Network.MoHWS.Configuration.Parser
Documentation
type T st ext = GenParser Char st (Builder ext)Source
lift :: T fullExt partExt -> T st partExt -> T st fullExtSource
run :: T () ext -> String -> IO (Either ParseError (Builder ext))Source
field :: String -> T st ext -> T st extSource
set :: T r a -> GenParser Char st a -> GenParser Char st (r -> r)Source
addToList :: T r [a] -> GenParser Char st a -> GenParser Char st (r -> r)Source
stringLiteral :: GenParser Char st StringSource
bool :: GenParser Char st BoolSource
int :: GenParser Char st IntSource
Produced by Haddock version 2.4.2