algaeff
algaeff copied to clipboard
🦠 Reusable components based on algebraic effects
https://github.com/ocaml/ocaml/pull/12309 was merged
It should have this signature ```ocaml module type S = sig type error val throw : error -> 'a val catch : (unit -> 'a) -> ('a, error) result end...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...