mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-22 22:14:21 +03:00
No one-shot coroutines
After some thinking I realized they won't quite work either.
This commit is contained in:
parent
a7954dff75
commit
967213d8cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user