mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Break up solve/solve into smaller modules
This commit is contained in:
parent
d1dad56331
commit
8314d44650
11 changed files with 2115 additions and 2057 deletions
|
@ -25,8 +25,8 @@ use roc_types::{
|
|||
use roc_unify::unify::{unify, Env as UEnv, Mode, MustImplementConstraints};
|
||||
|
||||
use crate::{
|
||||
ability::builtin_module_with_unlisted_ability_impl,
|
||||
solve::{deep_copy_var_in, introduce, Pools},
|
||||
ability::builtin_module_with_unlisted_ability_impl, deep_copy::deep_copy_var_in, pools::Pools,
|
||||
solve::introduce,
|
||||
};
|
||||
|
||||
/// What phase in the compiler is reaching out to specialize lambda sets?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue