Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ymdryo committed Nov 19, 2024
2 parents fde3b81 + 10a72bf commit bd5eb1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ About the internal *elaboration* mechanism: https://sayo-hs.github.io/jekyll/upd
| `freer-simple` | No | Multi-shot | Yes | Yes | Yes | Algebraic Effects |
| `polysemy` | Yes | No | Yes | Yes | Yes | Weaving-based (functorial state) |
| `effectful` | Yes | No | Yes | No (based on the `IO` monad) | Yes | IO-fused |
| `bluefin` | Yes | No | Yes | No (based on the `IO` monad) | ? [^5] | IO-fused |
| `bluefin` | ? [^7] | No | Yes | No (based on the `IO` monad) | ? [^5] | IO-fused |
| `eff` | Yes | Multi-shot | Yes | No (based on the `IO` monad) | Yes | Algebraic Effects & IO-fused [^6]|
| `speff` | Yes | Multi-shot (restriction: [^4]) | Yes | No (based on the `IO` monad) | Yes | Algebraic Effects & IO-fused |
| `in-other-words` | Yes | Multi-shot? | Yes | Yes | No? | Carrier dependent |
Expand All @@ -367,6 +367,7 @@ About the internal *elaboration* mechanism: https://sayo-hs.github.io/jekyll/upd
[^4]: Scoped Resumption only. e.g. Coroutines are not supported.
[^5]: https://discourse.haskell.org/t/bluefin-compared-to-effectful-video/10723/27?u=ymdfield
[^6]: https://github.com/hasura/eff/issues/12
[^7]: https://discourse.haskell.org/t/what-is-a-higher-order-effect/10744

Heftia can simply be described as a higher-order version of `freer-simple`.
This is indeed true in terms of its internal mechanisms as well.
Expand Down

0 comments on commit bd5eb1a

Please sign in to comment.