We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdb66d commit 2739827Copy full SHA for 2739827
jscomp/ml/translcore.ml
@@ -459,6 +459,7 @@ let specialize_primitive p env ty (* ~has_constant_constructor *) =
459
(* Eta-expand a primitive *)
460
461
let transl_primitive loc p env ty =
462
+ (* Printf.eprintf "----transl_primitive %s----\n" p.prim_name; *)
463
let prim =
464
try specialize_primitive p env ty (* ~has_constant_constructor:false *)
465
with Not_found -> Pccall p
0 commit comments