Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: remove Flix version requirement note
  • Loading branch information
magnus-madsen authored Nov 25, 2025
commit e5afb1f2a3f016c43289c76a350edd37df711b94
2 changes: 0 additions & 2 deletions src/default-handlers.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down