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.
-
conduit Data.Conduit.Combinators.Stream No documentation available.
-
conduit Data.Conduit.Internal Apply a function to all the input values of a Pipe. Since 0.5.0
-
conduit Data.Conduit.Internal Apply a function to all the output values of a Pipe. This mimics the behavior of fmap for a Source and Conduit in pre-0.4 days. Since 0.4.1
-
conduit Data.Conduit.Internal Same as mapOutput, but use a function that returns Maybe values. Since 0.5.0
mapAccumMS :: Monad m => (a -> s -> m (s, b)) -> s -> StreamConduitT a b m sconduit Data.Conduit.Internal.List.Stream No documentation available.
-
conduit Data.Conduit.Internal.List.Stream No documentation available.
mapFoldableMS :: (Monad m, Foldable f) => (a -> m (f b)) -> StreamConduit a m bconduit Data.Conduit.Internal.List.Stream No documentation available.
-
conduit Data.Conduit.Internal.List.Stream No documentation available.
mapMS :: Monad m => (a -> m b) -> StreamConduit a m bconduit Data.Conduit.Internal.List.Stream No documentation available.
mapM_S :: Monad m => (a -> m ()) -> StreamConsumer a m ()conduit Data.Conduit.Internal.List.Stream No documentation available.