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.Tag
Description
Documentation
newtype ViaTag tag (f :: Type -> Type) a Source #
A wrapper data type to represent sending an effect to the carrier f
with the specified tag.