No description
  • OCaml 85.3%
  • Standard ML 14.7%
Find a file
2018-03-30 21:51:52 -05:00
catches Get rid of .merlin files 2018-03-30 21:51:52 -05:00
raises Get rid of .merlin files 2018-03-30 21:51:52 -05:00
README.md Fix cd command in instructions 2018-03-30 19:48:14 -05:00

To reproduce:

git clone https://github.com/aantron/bs-exn-repro.git
cd bs-exn-repro/catches
npm install
npm run build
node lib/js/catches.js

Output is:

caught
caught

~/repro/catches/lib/js/catches.js:53
    throw exn$2;
    ^
Invalid_argument,-3,foo

but I would have expected

caught
caught
caught