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.
-
multistate Control.Monad.Trans.MultiState Map both the return value and the state of a computation using the given function.
-
multistate Control.Monad.Trans.MultiState.Lazy Map both the return value and the state of a computation using the given function.
-
multistate Control.Monad.Trans.MultiState.Strict Map both the return value and the state of a computation using the given function.
-
multistate Control.Monad.Trans.MultiWriter Map both the return value and the state of a computation using the given function.
-
multistate Control.Monad.Trans.MultiWriter.Lazy Map both the return value and the state of a computation using the given function.
-
multistate Control.Monad.Trans.MultiWriter.Strict Map both the return value and the state of a computation using the given function.
-
netwire Control.Wire.Core Apply the given monad morphism to the wire's underlying monad.
mapNew :: (a -> b) -> Map k (Delta a) -> Map k bpatience Patience.Map Map over all New values, returning a map of just the transformed values. This can be more efficient than calling toNew and then Data.Map's map.
mapNew' :: (a -> a) -> Map k (Delta a) -> Map k (Delta a)patience Patience.Map Map over all the New values, preserving the remaining values in the map.
mapOld :: (a -> b) -> Map k (Delta a) -> Map k bpatience Patience.Map Map over all Old values, returning a map of just the transformed values. This can be more efficient than calling toOld and then Data.Map's map.