mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
do nothing, prepare for refactor
This commit is contained in:
parent
afcd176d58
commit
18d7f32aa3
1 changed files with 1 additions and 16 deletions
|
@ -241,22 +241,7 @@ pub fn pre_constrain_imports(
|
||||||
storage_subs,
|
storage_subs,
|
||||||
stored_vars_by_symbol,
|
stored_vars_by_symbol,
|
||||||
}) => {
|
}) => {
|
||||||
// If the exposed value was invalid (e.g. it didn't have
|
// do nothing, basically
|
||||||
// a corresponding definition), it won't have an entry
|
|
||||||
// in solved_types
|
|
||||||
if let Some(solved_type) = solved_types.get(&symbol) {
|
|
||||||
// TODO should this be a union?
|
|
||||||
for (k, v) in new_aliases.clone() {
|
|
||||||
imported_aliases.insert(k, v);
|
|
||||||
}
|
|
||||||
|
|
||||||
continue;
|
|
||||||
|
|
||||||
imported_symbols.push(Import {
|
|
||||||
loc_symbol,
|
|
||||||
solved_type: solved_type.clone(),
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Some(ExposedModuleTypes::Invalid) => {
|
Some(ExposedModuleTypes::Invalid) => {
|
||||||
// If that module was invalid, use True constraints
|
// If that module was invalid, use True constraints
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue