Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapHere :: (a -> c) -> These a b -> These c bthese Data.These.Combinators mapHere = over here
mapThat :: (b -> b) -> These a b -> These a bthese Data.These.Combinators No documentation available.
mapThere :: (b -> d) -> These a b -> These a dthese Data.These.Combinators mapThere = over there
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.
-
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.