mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
refactor introduced variables
This has lead to so many problems, so I made a special-purpose type for it
This commit is contained in:
parent
c6121e3805
commit
4848eb5901
7 changed files with 133 additions and 94 deletions
|
@ -121,7 +121,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
for (var, lowercase) in output.ftv.clone() {
|
||||
for (var, lowercase) in output.introduced_variables.name_by_var.clone() {
|
||||
rigid_variables.insert(var, lowercase);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue