Hacker News new | ask | show | jobs
by debugnik 273 days ago
> OCaml's newer Eio effect system

Eio is an IO library out of many competing ones, not OCaml's effect system. The capabilities are an Eio thing, not an effects thing.

1 comments

Gotcha, thanks!