Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.PostgreSQL.Tx.HEnv
Documentation
data family HEnv (l :: [*]) infixr 2 Source #
Glorified hlist used to construct ad hoc tx
runtime environments.
Instances
Select a xs => TxEnv a (HEnv xs) Source # |
Since: 0.2.0.0 |
Defined in Database.PostgreSQL.Tx.HEnv Methods lookupTxEnv :: HEnv xs -> a Source # | |
data HEnv ('[] :: [Type]) Source # | |
Defined in Database.PostgreSQL.Tx.HEnv | |
data HEnv (x ': xs) Source # | |
Defined in Database.PostgreSQL.Tx.HEnv |