Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- cursorTransactionIO :: (forall s. CursorTransactionIO s a) -> TransactionIO a
Documentation
cursorTransactionIO :: (forall s. CursorTransactionIO s a) -> TransactionIO a Source #
Run a CursorTransactionIO
to produce a TransactionIO
that manages the lifespan of all allocated Cursor
s