Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
hoistRecipe :: (forall x . () => m x -> n x) -> Recipe m bean -> Recipe n beancauldron Cauldron Change the monad used by the bean's main Constructor and its decos.
-
cauldron Cauldron More general form of hoistRecipe that enables precise control over the inner Args of each constructor in the Recipe.
hoistPipe :: (Monad m, Monad n) => (forall x . () => m x -> n x) -> Pipe i o u m a -> Pipe i o u n aconduino Data.Conduino Transform the underlying monad of a pipe. Note that if you are trying to work with monad transformers, this is probably not what you want. See Data.Conduino.Lift for tools for working with underlying monad transformers.
hoistPipe :: (Monad m, Monad n) => (forall x . () => m x -> n x) -> Pipe i o u m a -> Pipe i o u n aconduino Data.Conduino.Internal Transform the underlying monad of a pipe. Note that if you are trying to work with monad transformers, this is probably not what you want. See Data.Conduino.Lift for tools for working with underlying monad transformers.
hoistMaybe :: forall (m :: Type -> Type) b . Applicative m => Maybe b -> MaybeT m bdunai Control.Monad.Trans.MSF.Maybe hoistHtmlT :: (Monad m, Monad n) => (forall a . () => m a -> n a) -> HtmlT m b -> HtmlT n blucid2 Lucid.Base Switch the underlying monad.
-
monad-control-identity Control.Monad.Trans.Control.Functor Lift the inner monad of a monad transformer from the base monad.
hoistIO :: MonadHoistIO m => (IO --> IO) -> m --> mmonadology Control.Monad.Ology.General.Trans.Hoist No documentation available.
-
monadology Control.Monad.Ology.General.Trans.Hoist No documentation available.
-
monadology Control.Monad.Ology.General.Trans.Tunnel No documentation available.