Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMetadata :: AsMetadata a => (SExpr -> a) -> Identifier -> Identifiergrisette Grisette.Internal.Core.Data.Symbol Modify the metadata of an identifier.
mapMaybe :: Ord k => (a -> Maybe b) -> Map k a -> Map k bhashmap Data.HashMap Map values and collect the Just results.
mapMaybeWithKey :: Ord k => (k -> a -> Maybe b) -> Map k a -> Map k bhashmap Data.HashMap Map keys/values and collect the Just results.
mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraphhie-bios HIE.Bios.Ghc.Gap Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.
mapMaybeI :: Monoidal f => (a -> f (Maybe b)) -> [a] -> f [b]invertible Control.Invertible.Monoidal Map each element to a Maybe monoidal and sequence the results (like traverse and mapMaybe).
mapM_ :: (Functor m, Monad m) => (a -> m b) -> Stream m a -> Stream m ()leveldb-haskell Data.Stream.Monadic No documentation available.
-
monad-coroutine Control.Monad.Coroutine Change the base monad of a Coroutine.
mapMaybeT :: (m (Maybe a) -> n (Maybe b)) -> MaybeT m a -> MaybeT n bmonadology Control.Monad.Ology.Specific.MaybeT Transform the computation inside a MaybeT.
-
opaleye Opaleye.Internal.MaybeFields This is only safe if b is OK with having nulls passed through it when they claim to be non-null.
mapMaybeBuilder :: (BuildInstruction a -> Maybe (BuildInstruction b)) -> Builder a -> Builder bopt-env-conf OptEnvConf.Setting No documentation available.