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. data ReadProof

    web3-polkadot Network.Polkadot.Rpc.Types

    ReadProof struct returned by RPC.

  2. ReadProof :: HexString -> [HexString] -> ReadProof

    web3-polkadot Network.Polkadot.Rpc.Types

    No documentation available.

  3. Ready :: DriverStatus

    webdriver-precore WebDriverPreCore

    No documentation available.

  4. module Bluefin.Reader

    No documentation available.

  5. data Reader r (e :: Effects)

    bluefin Bluefin.Reader

    No documentation available.

  6. ReadMode :: IOMode

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  7. ReadWriteMode :: IOMode

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  8. type Reader r = ReaderT r Identity

    classy-prelude-yesod ClassyPrelude.Yesod

    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:

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

    classy-prelude-yesod ClassyPrelude.Yesod

    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:

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

Page 424 of many | Previous | Next