Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
concatMapM :: Monad m => (a -> m [b]) -> ConduitT a b m ()conduit Data.Conduit.List Apply a monadic transformation to all values in a stream, concatenating the output values. Subject to fusion Since 0.3.0
foldMapM :: (Monad m, Monoid b) => (a -> m b) -> ConduitT a o m bconduit Data.Conduit.List A monoidal strict left fold in a Monad. Since 1.0.8
concatMapM :: Monad m => (a -> m [b]) -> [a] -> m [b]extra Control.Monad.Extra A version of concatMap that works with a monadic predicate.
mconcatMapM :: (Monad m, Monoid b) => (a -> m b) -> [a] -> m bextra Control.Monad.Extra A version of mconcatMap that works with a monadic predicate.
concatMapM :: Monad m => (a -> m [b]) -> [a] -> m [b]extra Extra A version of concatMap that works with a monadic predicate.
mconcatMapM :: (Monad m, Monoid b) => (a -> m b) -> [a] -> m bextra Extra A version of mconcatMap that works with a monadic predicate.
-
bifunctors Data.Bifunctor.TH Generates a lambda expression which behaves like bimapM (without requiring a Bitraversable instance).
makeBimapMOptions :: Options -> Name -> Q Expbifunctors Data.Bifunctor.TH Like makeBimapM, but takes an Options argument.
-
ghc GHC.Data.Graph.Base Modify the finite map holding the nodes in the graph.
fmapMaybeUB :: (a -> b) -> MaybeUB a -> MaybeUB bghc GHC.Data.Unboxed No documentation available.