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.

  1. data Prim (a :: Type -> Type) b

    effectful-core Effectful.Prim

    Provide the ability to perform primitive state-transformer actions.

  2. data PrimStateEff

    effectful-core Effectful.Prim

    PrimState token for Eff. Used instead of RealWorld to prevent the Prim effect from executing arbitrary IO actions via ioToPrim.

  3. module Effectful.Provider

    Turn an effect handler into an effectful operation.

  4. data Provider (e :: Effect) input (f :: Type -> Type) (a :: Type -> Type) b

    effectful-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_.

  5. type Provider_ (e :: Effect) input = Provider e input Identity

    effectful-core Effectful.Provider

    A restricted variant of Provider with unchanged return type of the effect handler.

  6. data ProviderList (providedEs :: [Effect]) input (f :: Type -> Type) (a :: Type -> Type) b

    effectful-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_.

  7. type ProviderList_ (providedEs :: [Effect]) input = ProviderList providedEs input Identity

    effectful-core Effectful.Provider.List

    A restricted variant of ProviderList with unchanged return type of the handler.

  8. Put :: forall s (a :: Type -> Type) . s -> State s a ()

    effectful-core Effectful.State.Dynamic

    No documentation available.

  9. module Data.FlagSet.PackedRecord

    No documentation available.

  10. data Person

    feed Text.Atom.Feed

    No documentation available.

Page 617 of many | Previous | Next