Rename effect_type to fx_type and add to FunctionDef

This commit is contained in:
Agus Zubiaga 2024-10-04 20:37:10 -03:00
parent 386a5055ee
commit 75177c9c98
No known key found for this signature in database
12 changed files with 41 additions and 36 deletions

View file

@ -147,7 +147,7 @@ fn wrap_in_decode_custom_decode_with(
function_type: fn_var,
closure_type: fn_clos_var,
return_type: decode_with_result_var,
effect_type: Variable::PURE,
fx_type: Variable::PURE,
early_returns: vec![],
name: fn_name,
captured_symbols: sorted_inner_decoder_captures,