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. type Reader r = ReaderT r Identity

    rio 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:

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

    rio 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:

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

    rio RIO.Prelude.Types

    No documentation available.

  4. ReadProcess :: String -> [String] -> PreConversion

    shakespeare Text.Shakespeare

    No documentation available.

  5. type ReadS a = String -> [(a, String)]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  6. module Text.XML.HXT.Arrow.ReadDocument

    Compound arrows for reading an XML/HTML document or an XML/HTML string

  7. ReadMode :: IOMode

    relude Relude.Base

    No documentation available.

  8. ReadWriteMode :: IOMode

    relude Relude.Base

    No documentation available.

  9. type Reader r = ReaderT r Identity

    relude 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:

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

    relude 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:

Page 379 of many | Previous | Next