mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 10:09:47 +00:00
freshen annotations
This commit is contained in:
parent
d3ccdb51ea
commit
43adf0635e
10 changed files with 277 additions and 58 deletions
|
@ -19,6 +19,7 @@ mod pools;
|
|||
mod to_var;
|
||||
|
||||
pub use aliases::Aliases;
|
||||
pub use env::{DerivedEnv, SolveEnv};
|
||||
pub use env::{DerivedEnv, InferenceEnv, SolveEnv};
|
||||
pub use kinds::FunctionKind;
|
||||
pub use pools::Pools;
|
||||
pub use to_var::type_to_var;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue