mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 17:49:47 +00:00
Break up SolveEnv
This commit is contained in:
parent
15eef74a83
commit
33b1b8236a
13 changed files with 127 additions and 91 deletions
|
@ -19,6 +19,6 @@ mod pools;
|
|||
mod to_var;
|
||||
|
||||
pub use aliases::Aliases;
|
||||
pub use env::{DerivedEnv, Env};
|
||||
pub use env::{DerivedEnv, SolveEnv};
|
||||
pub use kinds::FunctionKind;
|
||||
pub use pools::Pools;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue