File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2099,7 +2099,7 @@ let wrap_partial_application acc env apply_continuation (apply : IR.apply)
2099
2099
~return: apply.return_arity ~return_continuation ~exn_continuation
2100
2100
~my_region: apply.region ~body: fbody ~attr ~loc: apply.loc
2101
2101
~free_idents_of_body ~closure_alloc_mode
2102
- ~num_trailing_complex_local_params ~contains_no_escaping_local_allocs
2102
+ ~first_complex_local_param ~contains_no_escaping_local_allocs
2103
2103
Recursive. Non_recursive ]
2104
2104
in
2105
2105
let body acc env =
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ let get_func_decl_params_arity t code_id =
60
60
then Lambda. Tupled
61
61
else
62
62
let nlocal =
63
- Flambda_arity. cardinal (Code_metadata. params_arity info)
63
+ Flambda_arity. num_params (Code_metadata. params_arity info)
64
64
- Code_metadata. first_complex_local_param info
65
65
in
66
66
Lambda. Curried { nlocal }
You can’t perform that action at this time.
0 commit comments