| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Effectful.Prim
Description
Provider of the MonadPrim instance for Eff.
Effect
data Prim (a :: Type -> Type) b Source #
Provide the ability to perform primitive state-transformer actions.
Instances
| type DispatchOf Prim Source # | |
Defined in Effectful.Internal.Monad | |
| data StaticRep Prim Source # | |
Defined in Effectful.Internal.Monad | |
data PrimStateEff Source #