|
|
|
| Description |
| Generic utilities for implementing transactionsal memories
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Unnested transaction
|
|
|
| nested transaction
|
|
| data Control cgi result | Source |
|
| 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 2.6.0 |