Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldMapMCE :: (Monad m, MonoFoldable mono, Monoid w) => (Element mono -> m w) -> ConduitT mono o m wclassy-prelude-yesod ClassyPrelude.Yesod Apply the provided monadic mapping function and monoidal combine all elements in the chunked stream.
-
classy-prelude-yesod ClassyPrelude.Yesod Map each element of a monomorphic container to a monadic action, evaluate these actions from left to right, and collect the results.
-
classy-prelude-yesod ClassyPrelude.Yesod Apply a monadic monomorphic transformation to all elements in a chunked stream. Unlike mapME, this will work on types like ByteString and Text which are MonoFunctor but not Functor.
omapM_ :: (MonoFoldable mono, Applicative m) => (Element mono -> m ()) -> mono -> m ()classy-prelude-yesod ClassyPrelude.Yesod Map each element of a monomorphic container to a monadic action, evaluate these actions from left to right, and ignore the results.
-
ghc-lib GHC.Data.Graph.Base Modify the finite map holding the nodes in the graph.
concatMapM :: Monad m => (a -> m [b]) -> [a] -> m [b]language-c Language.C.Analysis.TravMonad No documentation available.
sMapMaybe :: state -> (update -> Maybe state) -> SFlow update statemidair Midair.Handy No documentation available.
unfoldMapM :: (Monad m, Monoid a) => (s -> m (Maybe (a, s))) -> s -> m amonad-extras Control.Monad.Extra A monadic unfold.
joinMapM :: (Monad m, MonadPlus p) => (a -> m (p b)) -> [a] -> m (p b)monadlist Control.Monad.ListM No documentation available.
-
nerd-font-icons Graphics.Icons.NerdFont No documentation available.