Copyright | (c) 2016 Allele Dev; 2017 Ixperta Solutions s.r.o.; 2017 Alexis King (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 |
Data.Effect.Coroutine
Description
This module provides the Coroutine
effect, comes
from Control.Monad.Freer.Coroutine
in the freer-simple
package (The continuation part (b -> c)
has been removed. If necessary, please manually compose the Coyoneda
) .