Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. mapReaderT :: (m a -> n b) -> ReaderT r m a -> ReaderT r n b

    monads-tf Control.Monad.Reader

    Transform the computation inside a ReaderT.

  2. runReader :: Reader r a -> r -> a

    monads-tf Control.Monad.Reader

    Runs a Reader and extracts the final value from it. (The inverse of reader.)

  3. runReaderT :: ReaderT r (m :: Type -> Type) a -> r -> m a

    monads-tf Control.Monad.Reader

    No documentation available.

  4. withReader :: (r' -> r) -> Reader r a -> Reader r' a

    monads-tf Control.Monad.Reader

    Execute a computation in a modified environment (a specialization of withReaderT).

  5. withReaderT :: forall r' r (m :: Type -> Type) a . (r' -> r) -> ReaderT r m a -> ReaderT r' m a

    monads-tf Control.Monad.Reader

    Execute a computation in a modified environment (a more general version of local).

  6. class Monad m => MonadReader (m :: Type -> Type)

    monads-tf Control.Monad.Reader.Class

    See examples in Control.Monad.Reader. Note, the partially applied function type (->) r is a simple reader monad. See the instance declaration below.

  7. ThreadFunneled :: ThreadSupport

    mpi-hs Control.Distributed.MPI

    No documentation available.

  8. ThreadMultiple :: ThreadSupport

    mpi-hs Control.Distributed.MPI

    No documentation available.

  9. ThreadSerialized :: ThreadSupport

    mpi-hs Control.Distributed.MPI

    No documentation available.

  10. ThreadSingle :: ThreadSupport

    mpi-hs Control.Distributed.MPI

    No documentation available.

Page 673 of many | Previous | Next