mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-12-02 07:08:20 +03:00
Merge pull request #16 from tomjaguarpaw/patch-1
Add Bluefin to comparison
This commit is contained in:
commit
3cee8cef12
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user