| Copyright | (c) 2023-2024 Yamada Ryo |
|---|---|
| License | MPL-2.0 (see the file LICENSE) |
| Maintainer | ymdfield@outlook.jp |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Control.Effect.Key
Description
Documentation
newtype ByKey key (f :: Type -> Type) a Source #
A wrapper data type to represent sending an effect to the carrier f with the specified key.