Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. module Control.Monad.Trans.Memo.ReaderCache

    Generic StateCache - wrapper around ReaderT

  2. data ReaderCache c (m :: Type -> Type) a

    monad-memo Control.Monad.Trans.Memo.ReaderCache

    No documentation available.

  3. module Control.Monad.Ology.Specific.ReaderStateT

    No documentation available.

  4. type ReaderStateT (f :: Type -> Type) (m :: Type -> Type) = StateT WRaised f m m

    monadology Control.Monad.Ology.Specific.ReaderStateT

    No documentation available.

  5. module Control.Monad.Ology.Specific.ReaderT

    No documentation available.

  6. type Reader r = ReaderT r Identity

    monadology Control.Monad.Ology.Specific.ReaderT

    The parameterizable reader monad. Computations are functions of a shared environment. The return function ignores the environment, while m >>= k passes the inherited environment to both subcomputations:

  7. newtype ReaderT r (m :: Type -> Type) a

    monadology Control.Monad.Ology.Specific.ReaderT

    The reader monad transformer, which adds a read-only environment to the given monad. The return function ignores the environment, while m >>= k passes the inherited environment to both subcomputations:

  8. ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) a

    monadology Control.Monad.Ology.Specific.ReaderT

    No documentation available.

  9. module Data.Monoid.Reader

    No documentation available.

  10. type Reader r = ReaderT r Identity

    mtl-prelude MTLPrelude

    The parameterizable reader monad. Computations are functions of a shared environment. The return function ignores the environment, while m >>= k passes the inherited environment to both subcomputations:

Page 418 of many | Previous | Next