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.
type
Reader r = ReaderT r Identityrio RIO.Prelude.Types 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:
newtype
ReaderT r (m :: Type -> Type) ario RIO.Prelude.Types 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) ario RIO.Prelude.Types No documentation available.
ReadProcess :: String -> [String] -> PreConversionshakespeare Text.Shakespeare No documentation available.
type
ReadS a = String -> [(a, String)]Cabal-syntax Distribution.Compat.Prelude No documentation available.
module Text.XML.HXT.Arrow.
ReadDocument Compound arrows for reading an XML/HTML document or an XML/HTML string
-
relude Relude.Base No documentation available.
-
relude Relude.Base No documentation available.
type
Reader r = ReaderT r Identityrelude Relude.Monad.Reexport 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:
newtype
ReaderT r (m :: Type -> Type) arelude Relude.Monad.Reexport 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: