mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Add effect_type to can ClosureData
This commit is contained in:
parent
d692fc7c42
commit
386a5055ee
13 changed files with 40 additions and 0 deletions
|
@ -147,6 +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,
|
||||
early_returns: vec![],
|
||||
name: fn_name,
|
||||
captured_symbols: sorted_inner_decoder_captures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue