mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 01:59:48 +00:00
Shove more into a common env
This commit is contained in:
parent
b5ea2c2c99
commit
ad20a2ee41
10 changed files with 565 additions and 623 deletions
|
@ -11,8 +11,10 @@ pub mod specialize;
|
|||
|
||||
mod aliases;
|
||||
mod deep_copy;
|
||||
mod env;
|
||||
mod pools;
|
||||
mod to_var;
|
||||
|
||||
pub use aliases::Aliases;
|
||||
pub use env::{DerivedEnv, Env};
|
||||
pub use pools::Pools;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue