ocaml-multicore / effects-examples

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

Effect handler solution to Same Fringe Problem #12

Closed dhil closed 7 years ago

dhil commented 7 years ago

A variant on the coroutine solution to Same Fringe Problem.

kayceesrk commented 7 years ago

Great! Seems like you are already thinking about CUFP tutorial exercises 👍