Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
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.