Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
mapMaybeMS :: Monad m => (a -> m (Maybe b)) -> StreamConduit a m bconduit Data.Conduit.Internal.List.Stream No documentation available.
mapMaybeS :: forall (m :: Type -> Type) a b . Monad m => (a -> Maybe b) -> StreamConduit a m bconduit Data.Conduit.Internal.List.Stream No documentation available.
mapS :: forall (m :: Type -> Type) a b . Monad m => (a -> b) -> StreamConduit a m bconduit Data.Conduit.Internal.List.Stream No documentation available.