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.
-
effectful Effectful.FileSystem.IO No documentation available.
-
A carrier for Reader effects.
newtype
ReaderC r (m :: Type -> Type) afused-effects Control.Carrier.Reader No documentation available.
ReaderC :: (r -> m a) -> ReaderC r (m :: Type -> Type) afused-effects Control.Carrier.Reader No documentation available.
-
An effect providing access to an immutable (but locally-modifiable) context value. This effect is similar to the traditional MonadReader typeclass, though it allows the presence of multiple Reader t effects. Predefined carriers:
- Control.Carrier.Reader.
- Control.Monad.Trans.Reader.
- Control.Monad.Trans.RWS.Lazy
- Control.Monad.Trans.RWS.Strict
- If Reader r is the last effect in a stack, it can be interpreted directly to (-> r) (a function taking an r).
data
Reader r (m :: Type -> Type) kfused-effects Control.Effect.Reader No documentation available.
data
Reader r (m :: Type -> Type) kfused-effects Control.Effect.Reader.Labelled No documentation available.
-
ghc-events GHC.RTS.Events No documentation available.
module Language.Haskell.GhclibParserEx.GHC.Types.Name.
Reader No documentation available.
ReadOnlySqlTransaction :: ErrorCodehpqtypes Database.PostgreSQL.PQTypes No documentation available.