mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
introduce LambaSet variables
This commit is contained in:
parent
a43778ffe1
commit
61ffe687ce
2 changed files with 19 additions and 9 deletions
|
@ -26,7 +26,7 @@ pub fn run_solve(
|
|||
aliases,
|
||||
};
|
||||
|
||||
let mut subs = Subs::new(var_store.into());
|
||||
let mut subs = Subs::new(var_store);
|
||||
|
||||
for (var, name) in rigid_variables {
|
||||
subs.rigid_var(var, name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue