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.
transPipe :: Monad m => (forall a . () => m a -> n a) -> ConduitT i o m r -> ConduitT i o n rconduit 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
transPipe :: Monad m => (forall a . () => m a -> n a) -> Pipe l i o u m r -> Pipe l i o u n rconduit 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
transPipe :: Monad m => (forall a . () => m a -> n a) -> ConduitT i o m r -> ConduitT i o n rclassy-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
transPipe :: Monad m => (forall a . () => m a -> n a) -> ConduitT i o m r -> ConduitT i o n rclassy-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