ocaml-multicore / effects-examples

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

Allow non-unit results in STATE, and return the final state. #11

Closed yallop closed 7 years ago

kayceesrk commented 7 years ago

Thanks @yallop!