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.
-
optics-core Optics.Traversal This generalizes mapAccumR to an arbitrary Traversal.
mapAccumR ≡ mapAccumROf traversed
mapAccumROf accumulates State from right to left. mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g bMonadRandom Control.Monad.Random.Lazy Map both the return value and final generator of a computation using the given function.
mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n bMonadRandom Control.Monad.Random.Lazy Map both the return value and final generator of a computation using the given function.
mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g bMonadRandom Control.Monad.Random.Strict Map both the return value and final generator of a computation using the given function.
mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n bMonadRandom Control.Monad.Random.Strict Map both the return value and final generator of a computation using the given function.
mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g bMonadRandom Control.Monad.Trans.Random.Lazy Map both the return value and final generator of a computation using the given function.
mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n bMonadRandom Control.Monad.Trans.Random.Lazy Map both the return value and final generator of a computation using the given function.
mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g bMonadRandom Control.Monad.Trans.Random.Strict Map both the return value and final generator of a computation using the given function.
mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n bMonadRandom Control.Monad.Trans.Random.Strict Map both the return value and final generator of a computation using the given function.
mappedFileFree :: (HasCallStack, MonadIO m) => MappedFile -> m ()gi-glib GI.GLib.Structs.MappedFile Deprecated: (Since version 2.22)Use mappedFileUnref instead.