 | WashNGo-2.9: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
| Description |
| Generic utilities for implementing transactionsal memories
|
|
|
| Documentation |
|
| with :: (CGIMonad cgi, Read result, Show result) => ([PARAMETER] -> IO Bool) -> result -> (result -> cgi ()) -> (Control (TCGI result) result -> TCGI result ()) -> cgi () |
|
| data Control cgi result |
| Constructors | | Control | | | abandon :: (result -> cgi ()) | abandon with result (rollback)
| | setFail :: (result -> cgi ()) | set result on failure
| | setCommit :: (result -> cgi ()) | set result on successful commit
|
|
|
|
|
| Produced by Haddock version 0.8 |