Closed boutier closed 12 years ago
extern cps f(int x); … f(1, 2, 3); …
This will raise an ocaml exception (Invalid argument ("List.map2")), instead of telling us why, ie. : "invalid number of argument passing to f, line …"
extern cps f(int x); … f(1, 2, 3); …
This will raise an ocaml exception (Invalid argument ("List.map2")), instead of telling us why, ie. : "invalid number of argument passing to f, line …"