Break up solve/solve into smaller modules

This commit is contained in:
Ayaz Hafiz 2023-06-22 12:09:28 -05:00
parent d1dad56331
commit 8314d44650
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
11 changed files with 2115 additions and 2057 deletions

View file

@ -12,8 +12,8 @@ use roc_error_macros::internal_error;
use roc_module::symbol::ModuleId;
use roc_module::symbol::Symbol;
use roc_solve::ability::AbilityResolver;
use roc_solve::solve::Pools;
use roc_solve::specialize::{compact_lambda_sets_of_vars, DerivedEnv, Phase};
use roc_solve::Pools;
use roc_types::subs::{get_member_lambda_sets_at_region, Content, FlatType, LambdaSet};
use roc_types::subs::{ExposedTypesStorageSubs, Subs, Variable};
use roc_types::types::Polarity;