mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Store ability member lambda sets in storage subs
This commit is contained in:
parent
52d3f9721f
commit
e91247a64d
4 changed files with 63 additions and 33 deletions
|
@ -133,7 +133,7 @@ impl Phase for LatePhase<'_> {
|
|||
let (_module_store, module_types) = world.get_mut(&external_module_id).unwrap();
|
||||
|
||||
let storage_lambda_set_var = *module_types
|
||||
.stored_specialization_lambda_set_vars
|
||||
.stored_ability_lambda_set_vars
|
||||
.get(&external_lambda_set_var)
|
||||
.unwrap();
|
||||
let LambdaSet {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue