Merge branch 'hotfix/v0.5'
Some checks are pending
Haskell CI / build (9.4.1) (push) Waiting to run
Haskell CI / build (9.6.6) (push) Waiting to run
Haskell CI / build (9.8.2) (push) Waiting to run

This commit is contained in:
Yamada Ryo 2024-11-22 20:14:25 +09:00
commit ec06191f77
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF

View File

@ -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` | ? [^7] | 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 |