WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.
Source code
Contents
Index
WASH.CGI.TCGI
Description
Wrapper for the WASH.CGI.CGI monad type. Internal use only. Intended for -- wrapping transactions.
Synopsis
newtype
TCGI
b a =
TCGI
{
unTCGI
::
CGIAction
a
}
outof
::
TCGI
b a ->
CGI
a
into
::
CGI
a ->
TCGI
b a
Documentation
newtype
TCGI
b a
Source
Type of a
CGI
action in a transactional scope with a result variable of type
a
.
Constructors
TCGI
unTCGI
::
CGIAction
a
outof
::
TCGI
b a ->
CGI
a
Source
into
::
CGI
a ->
TCGI
b a
Source
Produced by
Haddock
version 2.6.1