mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Merge pull request #3493 from rtfeldman/deep-copy-var-in-body
mono copy: deep copy all vars in an expr
This commit is contained in:
commit
846bab7425
2 changed files with 544 additions and 146 deletions
File diff suppressed because it is too large
Load diff
|
@ -2353,7 +2353,6 @@ fn from_can_let<'a>(
|
|||
use crate::copy::deep_copy_type_vars_into_expr;
|
||||
|
||||
let (new_def_expr_var, specialized_expr) = deep_copy_type_vars_into_expr(
|
||||
env.arena,
|
||||
env.subs,
|
||||
def.expr_var,
|
||||
&def.loc_expr.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue