From e5afb1f2a3f016c43289c76a350edd37df711b94 Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Tue, 25 Nov 2025 09:53:35 +0100 Subject: [PATCH] chore: remove Flix version requirement note --- src/default-handlers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/default-handlers.md b/src/default-handlers.md index 419dafa0..0c6d2a62 100644 --- a/src/default-handlers.md +++ b/src/default-handlers.md @@ -1,7 +1,5 @@ ## Default Handlers -> **Note:** This feature requires Flix version 0.67.0 - Flix supports **default handlers** which means that an effect can declare a handler that translates the effect into the `IO` effect. This allows `main` (and any method annotated with `@Test`) to use that effect without explicitly