| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.PostgreSQL.Tx
Documentation
Instances
| Monad TxM Source # | |
| Functor TxM Source # | |
| Applicative TxM Source # | |
| (TypeError (Text "MonadIO is banned in TxM; use 'unsafeRunIOInTxM' if you are sure this is safe IO") :: Constraint) => MonadIO TxM Source # | |
Defined in Database.PostgreSQL.Tx | |
| UnsafeTx IO TxM Source # | |
Defined in Database.PostgreSQL.Tx Methods unsafeIOTx :: IO a -> TxM a Source # | |
| Tx (ReaderT r TxM) Source # | |
| type TxEnv (ReaderT r TxM) Source # | |
Defined in Database.PostgreSQL.Tx | |
unsafeRunIOInTxM :: IO a -> TxM a Source #