mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Rename effect_type to fx_type and add to FunctionDef
This commit is contained in:
parent
386a5055ee
commit
75177c9c98
12 changed files with 41 additions and 36 deletions
|
@ -2354,7 +2354,7 @@ fn canonicalize_pending_value_def<'a>(
|
|||
function_type: var_store.fresh(),
|
||||
closure_type: var_store.fresh(),
|
||||
return_type: var_store.fresh(),
|
||||
effect_type: var_store.fresh(),
|
||||
fx_type: var_store.fresh(),
|
||||
early_returns: scope.early_returns.clone(),
|
||||
name: symbol,
|
||||
captured_symbols: Vec::new(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue