Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapTail :: (f a -> g a) -> T f a -> T g a

    non-empty Data.NonEmpty

    No documentation available.

  2. mapWithKey :: Ord k => (k -> a -> b) -> T k a -> T k b

    non-empty Data.NonEmpty.Map

    No documentation available.

  3. mapAdjacent :: (Cons f, Zip f) => (a -> a -> b) -> T f a -> f b

    non-empty Data.NonEmpty.Mixed

    No documentation available.

  4. mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g b

    MonadRandom Control.Monad.Random.Lazy

    Map both the return value and final generator of a computation using the given function.

  5. mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n b

    MonadRandom Control.Monad.Random.Lazy

    Map both the return value and final generator of a computation using the given function.

  6. mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g b

    MonadRandom Control.Monad.Random.Strict

    Map both the return value and final generator of a computation using the given function.

  7. mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n b

    MonadRandom Control.Monad.Random.Strict

    Map both the return value and final generator of a computation using the given function.

  8. mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g b

    MonadRandom Control.Monad.Trans.Random.Lazy

    Map both the return value and final generator of a computation using the given function.

  9. mapRandT :: (m (a, g) -> n (b, g)) -> RandT g m a -> RandT g n b

    MonadRandom Control.Monad.Trans.Random.Lazy

    Map both the return value and final generator of a computation using the given function.

  10. mapRand :: ((a, g) -> (b, g)) -> Rand g a -> Rand g b

    MonadRandom Control.Monad.Trans.Random.Strict

    Map both the return value and final generator of a computation using the given function.

Page 118 of many | Previous | Next