ocaml-multicore / effects-examples

Examples to illustrate the use of algebraic effects in Multicore OCaml
ISC License
417 stars 35 forks source link

Port remaining examples to use the `effect` syntax #43

Open dhil opened 1 month ago

dhil commented 1 month ago

PR #42 ported the examples in the repository root to use the new (or reintroduced) effect syntax in handlers. The examples in directories aio/, callback/, multishot, and mvar/ are yet to be ported.