Copyright | (c) 2024 Sayo contributors |
---|---|
License | MPL-2.0 (see the file LICENSE) |
Maintainer | [email protected] |
Safe Haskell | None |
Language | GHC2021 |
Data.Effect.HFunctor.HCont
Description
Documentation
newtype HCont (ff :: (Type -> Type) -> Type -> Type) (b :: Type -> Type) (f :: Type -> Type) a Source #
This represents that the effect ff
is finally interpreted as the base carrier b
.