No one-shot coroutines

After some thinking I realized they won't quite work either.
This commit is contained in:
Andrzej Rybczak 2023-09-13 01:10:09 +02:00
parent a7954dff75
commit 967213d8cd

View File

@ -103,7 +103,7 @@ computation and resume it later (potentially multiple times). This prevents
[`Alternative`](https://hackage.haskell.org/package/base/docs/Control-Applicative.html#t:Alternative)
branches and collects their results.
- A `Coroutine` effect handler with multi-shot semantics.
- A `Coroutine` effect.
It needs to be noted however that such `NonDet` effect handler in existing
libraries is