Unify functions fx vars

This commit is contained in:
Agus Zubiaga 2024-10-08 20:59:10 -03:00
parent 5a5abe3bc5
commit 7776883262
No known key found for this signature in database
26 changed files with 222 additions and 70 deletions

View file

@ -78,6 +78,7 @@ fn wrap_in_decode_custom_decode_with(
this_decode_with_var_slice,
this_decode_with_clos_var,
this_decode_with_ret_var,
Variable::PURE,
)),
);
@ -140,6 +141,7 @@ fn wrap_in_decode_custom_decode_with(
args_slice,
fn_clos_var,
decode_with_result_var,
Variable::PURE,
)),
);
@ -186,6 +188,7 @@ fn wrap_in_decode_custom_decode_with(
this_decode_custom_args,
this_decode_custom_clos_var,
this_decode_custom_ret_var,
Variable::PURE,
)),
);