mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
use a Dependencies struct to track what the dependencies between modules are and when they are met
This commit is contained in:
parent
e1eb4ed4e5
commit
085c5f54de
5 changed files with 406 additions and 552 deletions
|
@ -12,6 +12,7 @@ pub enum Mode {
|
|||
Uniqueness,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct StdLib {
|
||||
pub mode: Mode,
|
||||
pub types: MutMap<Symbol, (SolvedType, Region)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue