mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
skeleton for caching stdlib subs
This commit is contained in:
parent
1716879f82
commit
afee877cf1
3 changed files with 83 additions and 18 deletions
|
@ -3171,8 +3171,6 @@ fn run_solve<'a>(
|
|||
.filter(|(k, _)| exposed_symbols.contains(k))
|
||||
.collect();
|
||||
|
||||
dbg!(&exposed_vars_by_symbol);
|
||||
|
||||
let mut solved_subs = solved_subs;
|
||||
let (storage_subs, stored_vars_by_symbol) =
|
||||
roc_solve::module::exposed_types_storage_subs(&mut solved_subs, &exposed_vars_by_symbol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue