mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix importing of module params vars
This commit is contained in:
parent
89fc1104f0
commit
d23a8dc618
5 changed files with 36 additions and 61 deletions
|
@ -4518,6 +4518,7 @@ pub struct ExposedTypesStorageSubs {
|
|||
pub stored_specialization_lambda_set_vars: VecMap<Variable, Variable>,
|
||||
/// ability member signature in other module -> var in storage subs
|
||||
pub stored_ability_member_vars: VecMap<Variable, Variable>,
|
||||
pub stored_params_var: Option<Variable>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue