From 35736f310acdcd347bb620a27f631d69373b2982 Mon Sep 17 00:00:00 2001 From: tomjaguarpaw Date: Sat, 19 Oct 2024 12:23:09 +0100 Subject: [PATCH] Add Bluefin to comparison --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1487b9f..9c8c582 100644 --- a/README.md +++ b/README.md @@ -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 |