ocaml15-eff
ocaml15-eff copied to clipboard
Examples for Algebraic Effects talk at OCaml'15 Workshop
ocaml15-eff
Examples for Algebraic Effects talk at OCaml'15 Workshop. Needs OCaml with algebraic effects: https://github.com/kayceesrk/ocaml/tree/effects.
Installing OCaml-effects compiler
-
Install opam-compiler-conf
-
Get the OCaml-effects compiler
$ git clone https://github.com/ocamllabs/ocaml-effects $ cd ocaml-effects $ git checkout effects-native $ opam compiler-conf configure $ make world.opt $ opam compiler-conf install
-
Use
opam switchto switch to the newly installed compiler