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 afd0d29 commit 70c6babCopy full SHA for 70c6bab
compiler/lib/generate.ml
@@ -1366,8 +1366,10 @@ let _ =
1366
]
1367
`Mutator
1368
(fun cx cy cz _ -> J.EBin (J.Eq, Mlvalue.Array.field cx cy, cz));
1369
- register_un_prims [ "caml_alloc_dummy"; "caml_alloc_dummy_float"; "caml_alloc_dummy_mixed" ] `Pure (fun _ _ ->
1370
- J.array []);
+ register_un_prims
+ [ "caml_alloc_dummy"; "caml_alloc_dummy_float"; "caml_alloc_dummy_mixed" ]
1371
+ `Pure
1372
+ (fun _ _ -> J.array []);
1373
register_un_prims
1374
[ "caml_int_of_float"
1375
; "caml_int32_of_float"
0 commit comments