Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
Prim (a :: Type -> Type) beffectful-core Effectful.Prim Provide the ability to perform primitive state-transformer actions.
-
effectful-core Effectful.Prim PrimState token for Eff. Used instead of RealWorld to prevent the Prim effect from executing arbitrary IO actions via ioToPrim.
-
Turn an effect handler into an effectful operation.
data
Provider (e :: Effect) input (f :: Type -> Type) (a :: Type -> Type) beffectful-core Effectful.Provider Provide a way to run a handler of e with a given input. Note: f can be used to alter the return type of the effect handler. If that's unnecessary, use Provider_.
type
Provider_ (e :: Effect) input = Provider e input Identityeffectful-core Effectful.Provider A restricted variant of Provider with unchanged return type of the effect handler.
data
ProviderList (providedEs :: [Effect]) input (f :: Type -> Type) (a :: Type -> Type) beffectful-core Effectful.Provider.List Provide a way to run a handler of multiple providedEs with a given input. Note: f can be used to alter the return type of the handler. If that's unnecessary, use ProviderList_.
type
ProviderList_ (providedEs :: [Effect]) input = ProviderList providedEs input Identityeffectful-core Effectful.Provider.List A restricted variant of ProviderList with unchanged return type of the handler.
Put :: forall s (a :: Type -> Type) . s -> State s a ()effectful-core Effectful.State.Dynamic No documentation available.
module Data.FlagSet.
PackedRecord No documentation available.
-
feed Text.Atom.Feed No documentation available.