Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapThese :: ((a, b) -> (a, b)) -> These a b -> These a bthese Data.These.Combinators No documentation available.
mapThis :: (a -> a) -> These a b -> These a bthese Data.These.Combinators No documentation available.
mapC :: Constructor -> Converterhaskell-gi Data.GI.CodeGen.Conversions No documentation available.
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.