mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
remove solved types from ExposedModuleTypes
This commit is contained in:
parent
18d7f32aa3
commit
9333d0a0e0
2 changed files with 0 additions and 8 deletions
|
@ -83,8 +83,6 @@ impl ExposedForModule {
|
|||
pub enum ExposedModuleTypes {
|
||||
Invalid,
|
||||
Valid {
|
||||
solved_types: MutMap<Symbol, SolvedType>,
|
||||
aliases: MutMap<Symbol, Alias>,
|
||||
stored_vars_by_symbol: Vec<(Symbol, Variable)>,
|
||||
storage_subs: roc_types::subs::StorageSubs,
|
||||
},
|
||||
|
@ -236,8 +234,6 @@ pub fn pre_constrain_imports(
|
|||
|
||||
match exposed_types.get(&module_id) {
|
||||
Some(ExposedModuleTypes::Valid {
|
||||
solved_types,
|
||||
aliases: new_aliases,
|
||||
storage_subs,
|
||||
stored_vars_by_symbol,
|
||||
}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue