mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
pipe module name into canonicalization of modules
This commit is contained in:
parent
545882f210
commit
1fb746757c
3 changed files with 16 additions and 12 deletions
|
@ -44,6 +44,7 @@ pub struct ModuleOutput {
|
|||
pub fn canonicalize_module_defs<'a, F>(
|
||||
arena: &Bump,
|
||||
loc_defs: &'a [Loc<ast::Def<'a>>],
|
||||
module_name: &roc_parse::header::ModuleNameEnum,
|
||||
home: ModuleId,
|
||||
module_ids: &ModuleIds,
|
||||
exposed_ident_ids: IdentIds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue