mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
use Defs in the parse::ast::Expr
This commit is contained in:
parent
5d8bb105c5
commit
ad9d06bd63
18 changed files with 105 additions and 335 deletions
|
@ -175,7 +175,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
) -> ModuleOutput {
|
||||
let mut can_exposed_imports = MutMap::default();
|
||||
let mut scope = Scope::new(home, exposed_ident_ids, imported_abilities_state);
|
||||
let mut env = Env::new(home, dep_idents, module_ids);
|
||||
let mut env = Env::new(arena, home, dep_idents, module_ids);
|
||||
let num_deps = dep_idents.len();
|
||||
|
||||
for (name, alias) in aliases.into_iter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue