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 6dadecb commit f05337bCopy full SHA for f05337b
compiler/lib/global_flow.ml
@@ -535,7 +535,7 @@ let propagate st ~update approx x =
535
(fun y -> Var.Tbl.get approx y)
536
(Var.Map.find g st.return_values)
537
| Expr (Closure (_, _)) ->
538
- (* The funciton is partially applied or over applied *)
+ (* The function is partially applied or over applied *)
539
List.iter
540
~f:(fun y -> Domain.variable_escape ~update ~st ~approx Escape y)
541
args;
0 commit comments