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 0b2ed1c commit 07fa877Copy full SHA for 07fa877
jscomp/core/lam_pass_remove_alias.ml
@@ -67,7 +67,7 @@ let simplify_alias (meta : Lam_stats.t) (lam : Lam.t) : Lam.t =
67
| Lprim { primitive = Pfull_apply; args = Lvar v :: ap_args as args; loc }
68
-> (
69
(* Inline uncurried application when safe *)
70
- let normal () =
+ let[@local] normal () =
71
Lam.prim ~primitive:Pfull_apply ~args:(Ext_list.map args simpl) loc
72
in
73
let ap_args = Ext_list.map ap_args simpl in
0 commit comments