mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Unify functions fx vars
This commit is contained in:
parent
5a5abe3bc5
commit
7776883262
26 changed files with 222 additions and 70 deletions
|
@ -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,
|
||||
)),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue