mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
store lambda set in alias types
This commit is contained in:
parent
dad5d5de85
commit
4cefbec5c7
11 changed files with 223 additions and 103 deletions
|
@ -76,7 +76,7 @@ fn subtract(declared: &Declared, detail: &VariableDetail, accum: &mut VariableDe
|
|||
}
|
||||
|
||||
if !declared.flex_vars.contains(&var.into_inner()) {
|
||||
accum.lambda_set_variables.insert(*var);
|
||||
accum.lambda_set_variables.push(*var);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue