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.
-
web3-polkadot Network.Polkadot.Rpc.Types ReadProof struct returned by RPC.
ReadProof :: HexString -> [HexString] -> ReadProofweb3-polkadot Network.Polkadot.Rpc.Types No documentation available.
-
webdriver-precore WebDriverPreCore No documentation available.
-
No documentation available.
-
bluefin Bluefin.Reader No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
type
Reader r = ReaderT r Identityclassy-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:
newtype
ReaderT r (m :: Type -> Type) aclassy-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:
ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.