ocaml-multicore / effects-examples

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

Add "dynamic_state.ml" example #4

Closed bobatkey closed 8 years ago

bobatkey commented 8 years ago

Adds "dynamic_state.ml" to demonstrate the use of dynamically generated effect names for simulating ML-style references without the use of universal types.

yallop commented 8 years ago

Very nice!

kayceesrk commented 8 years ago

Excellent 👍