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
Description
Documentation
class SendIns (ins :: InsClass) f where Source #
A type class that represents the ability to send an instruction ins
to carrier f
.
class SendSig (sig :: SigClass) f where Source #
A type class that represents the ability to send a signature sig
to carrier f
.