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.
newtype
ReaderT r (m :: Type -> Type) amtl-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:
ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) amtl-prelude MTLPrelude No documentation available.
-
No documentation available.
-
opt-env-conf OptEnvConf.Reader No documentation available.
Reader :: (String -> Either String a) -> Reader aopt-env-conf OptEnvConf.Reader No documentation available.
module Parameterized.Control.Monad.Trans.
Reader No documentation available.
-
parseargs System.Console.ParseArgs No documentation available.
-
pathtype System.Path.IO No documentation available.
-
pathtype System.Path.IO No documentation available.
-
persistent-mongoDB Database.Persist.MongoDB Read-only action, reading stale data from a slave is OK.