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.
mapKeysMonotonic :: Enum k => (k -> k) -> EnumMap k a -> EnumMap k aenummapset Data.EnumMap.Strict No documentation available.
mapKeysWith :: Enum k => (a -> a -> a) -> (k -> k) -> EnumMap k a -> EnumMap k aenummapset Data.EnumMap.Strict No documentation available.
mapMaybe :: (a -> Maybe b) -> EnumMap k a -> EnumMap k benummapset Data.EnumMap.Strict No documentation available.
mapMaybeWithKey :: Enum k => (k -> a -> Maybe b) -> EnumMap k a -> EnumMap k benummapset Data.EnumMap.Strict No documentation available.
mapWithKey :: Enum k => (k -> a -> b) -> EnumMap k a -> EnumMap k benummapset Data.EnumMap.Strict No documentation available.
mapFB :: (elt -> lst -> lst) -> (a -> elt) -> a -> lst -> lstghc-internal GHC.Internal.Base No documentation available.
mapM :: Monad m => (a -> m b) -> [a] -> m [b]ghc-internal GHC.Internal.Base mappend :: Monoid a => a -> a -> aghc-internal GHC.Internal.Base An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.
mapException :: (Exception e1, Exception e2) => (e1 -> e2) -> a -> aghc-internal GHC.Internal.Control.Exception This function maps one exception into another as proposed in the paper "A semantics for imprecise exceptions".
mapException :: (Exception e1, Exception e2) => (e1 -> e2) -> a -> aghc-internal GHC.Internal.Control.Exception.Base This function maps one exception into another as proposed in the paper "A semantics for imprecise exceptions".