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. newtype ReaderT r (m :: Type -> Type) a

    mtl-prelude MTLPrelude

    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:

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

    mtl-prelude MTLPrelude

    No documentation available.

  3. module OptEnvConf.Reader

    No documentation available.

  4. newtype Reader a

    opt-env-conf OptEnvConf.Reader

    No documentation available.

  5. Reader :: (String -> Either String a) -> Reader a

    opt-env-conf OptEnvConf.Reader

    No documentation available.

  6. module Parameterized.Control.Monad.Trans.Reader

    No documentation available.

  7. ReadMode :: IOMode

    parseargs System.Console.ParseArgs

    No documentation available.

  8. ReadMode :: IOMode

    pathtype System.Path.IO

    No documentation available.

  9. ReadWriteMode :: IOMode

    pathtype System.Path.IO

    No documentation available.

  10. ReadStaleOk :: AccessMode

    persistent-mongoDB Database.Persist.MongoDB

    Read-only action, reading stale data from a slave is OK.

Page 419 of many | Previous | Next