Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    non-empty Data.NonEmpty.Mixed

    No documentation available.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

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

    MonadRandom Control.Monad.Trans.Random.Strict

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

  10. mappedFileFree :: (HasCallStack, MonadIO m) => MappedFile -> m ()

    gi-glib GI.GLib.Structs.MappedFile

    Deprecated: (Since version 2.22)Use mappedFileUnref instead.

Page 118 of many | Previous | Next