mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Properly handle immediate derivations
This commit is contained in:
parent
e91247a64d
commit
c98ba441cf
5 changed files with 188 additions and 82 deletions
|
@ -4076,7 +4076,7 @@ pub fn add_imports(
|
|||
resolved_specializations: _,
|
||||
}) => {
|
||||
let var = exposed_types
|
||||
.stored_ability_lambda_set_vars
|
||||
.stored_specialization_lambda_set_vars
|
||||
.get(&lset_var)
|
||||
.expect("Lambda set var from other module not available");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue