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.
mapM_ :: Monad m => (a -> m ()) -> FoldM m a ()foldl Control.Foldl Converts an effectful function to a fold. Specialized version of sink.
mapAdjacent :: Traversable f => (a -> a -> b) -> T f a -> f bnon-empty Data.NonEmpty No documentation available.
mapHead :: forall a (f :: Type -> Type) . (a -> a) -> T f a -> T f anon-empty Data.NonEmpty No documentation available.
mapTail :: (f a -> g a) -> T f a -> T g anon-empty Data.NonEmpty No documentation available.
mapWithKey :: Ord k => (k -> a -> b) -> T k a -> T k bnon-empty Data.NonEmpty.Map No documentation available.
mapAdjacent :: (Cons f, Zip f) => (a -> a -> b) -> T f a -> f bnon-empty Data.NonEmpty.Mixed No documentation available.
-
adjunctions Control.Monad.Representable.State Map both the return value and final state of a computation using the given function.
-
adjunctions Control.Monad.Representable.State No documentation available.
mapDefault :: Ord key => elem -> key -> T (Map key elem) elemdata-accessor Data.Accessor.Container Treats a finite map like an infinite map, where all undefined elements are replaced by a default value.
mapMaybe :: Ord key => key -> T (Map key elem) (Maybe elem)data-accessor Data.Accessor.Container Treats a finite map like an infinite map, where all undefined elements are Nothing and defined elements are Just.