jbdoderlein / BetterOCaml

A small but efficient, intuitive and responsive OCaml IDE right in your browser! Ships OCaml v5.1.1, interpreter by your browser (so it works offline!), compiled with js_of_ocaml.
https://perso.eleves.ens-rennes.fr/people/jean-baptiste.doderlein/betterocaml
Apache License 2.0
37 stars 8 forks source link

remove ml_z_mul_overflows warnings #50

Closed bladewang closed 3 years ago

bladewang commented 3 years ago

remove ml_z_mul_overflows warnings, according to https://github.com/janestreet/zarith_stubs_js/pull/8

jbdoderlein commented 3 years ago

Thank you ! You don't need to update the compiled version in src/toplevels, a Github Action compile and commit when merge 👍

bladewang commented 3 years ago

Thank you ! You don't need to update the compiled version in src/toplevels, a Github Action compile and commit when merge 👍

OK~ Thank you~~