| Copyright | (c) 2023 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.Class.Output
Description
This module provides the Output effect, comes
from Polysemy.Output
in the polysemy package.
Documentation
class Output o f where Source #
Instances
| SendIns (OutputI o) f => Output o (EffectsVia EffectDataHandler f) Source # | |
Defined in Control.Effect.Class.Output Methods output :: o -> EffectsVia EffectDataHandler f () Source # | |