ocaml-effects-tutorial icon indicating copy to clipboard operation
ocaml-effects-tutorial copied to clipboard

Concurrent Programming with Effect Handlers

Results 6 ocaml-effects-tutorial issues
Sort by recently updated
recently updated
newest added

Following the steps described in the tutorial yields the following output: ``` (gdb) break caml_resume Breakpoint 1 at 0x911f4 (gdb) break caml_perform Breakpoint 2 at 0x91140 (gdb) r Starting program:...

See https://github.com/kayceesrk/effects-examples/issues/16.

help wanted

in the section 1.2. Basics > The parameter k, is the delimited continuation between the point of performing the effect and the effect handler. The delimited continuation is like a...

bug

It'd be nice to run the code snippets in the README file with [mdx](https://github.com/realworldocaml/mdx).

help wanted

See https://github.com/ocaml/ocaml/pull/12309 and https://github.com/ocaml-multicore/effects-examples/pull/42.