mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-15 17:40:16 +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;
|
||||
|
|
|
@ -83,7 +83,7 @@ pub(crate) fn either_type_index_to_var(
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) fn type_to_var(
|
||||
pub fn type_to_var(
|
||||
env: &mut InferenceEnv,
|
||||
rank: Rank,
|
||||
problems: &mut Vec<TypeError>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue