Merge pull request #16 from tomjaguarpaw/patch-1

Add Bluefin to comparison
This commit is contained in:
Ryo 2024-10-20 07:54:51 +09:00 committed by GitHub
commit 3cee8cef12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,6 +264,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) | Yes | 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 |