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.

  1. transResourceT :: (m a -> n b) -> ResourceT m a -> ResourceT n b

    resourcet 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

  2. unResourceT :: ResourceT (m :: Type -> Type) a -> IORef ReleaseMap -> m a

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

Page 3 of many | Previous | Next