Hoogle Search
Within LTS Haskell 23.24 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
transResourceT :: (m a -> n b) -> ResourceT m a -> ResourceT n bresourcet Control.Monad.Trans.Resource.Internal Transform the monad a ResourceT lives in. This is most often used to strip or add new transformers to a stack, e.g. to run a ReaderT. Note that this function is a slight generalization of hoist. Since 0.3.0
unResourceT :: ResourceT (m :: Type -> Type) a -> IORef ReleaseMap -> m aresourcet Control.Monad.Trans.Resource.Internal No documentation available.