Hoogle Search

Within LTS Haskell 24.13 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. transPipe :: Monad m => (forall a . () => m a -> n a) -> ConduitT i o m r -> ConduitT i o n r

    conduit Data.Conduit

    Transform the monad that a ConduitT lives in. Note that the monad transforming function will be run multiple times, resulting in unintuitive behavior in some cases. For a fuller treatment, please see: https://github.com/snoyberg/conduit/wiki/Dealing-with-monad-transformers Since 0.4.0

  2. transPipe :: Monad m => (forall a . () => m a -> n a) -> Pipe l i o u m r -> Pipe l i o u n r

    conduit Data.Conduit.Internal

    Transform the monad that a Pipe lives in. Note that the monad transforming function will be run multiple times, resulting in unintuitive behavior in some cases. For a fuller treatment, please see: https://github.com/snoyberg/conduit/wiki/Dealing-with-monad-transformers This function is just a synonym for hoist. Since 0.4.0

  3. transPipe :: Monad m => (forall a . () => m a -> n a) -> ConduitT i o m r -> ConduitT i o n r

    classy-prelude-conduit ClassyPrelude.Conduit

    Transform the monad that a ConduitT lives in. Note that the monad transforming function will be run multiple times, resulting in unintuitive behavior in some cases. For a fuller treatment, please see: https://github.com/snoyberg/conduit/wiki/Dealing-with-monad-transformers Since 0.4.0

  4. transPipe :: Monad m => (forall a . () => m a -> n a) -> ConduitT i o m r -> ConduitT i o n r

    classy-prelude-yesod ClassyPrelude.Yesod

    Transform the monad that a ConduitT lives in. Note that the monad transforming function will be run multiple times, resulting in unintuitive behavior in some cases. For a fuller treatment, please see: https://github.com/snoyberg/conduit/wiki/Dealing-with-monad-transformers Since 0.4.0

Page 1 of 1