pipe module name into canonicalization of modules

This commit is contained in:
Folkert 2022-02-02 16:01:31 +01:00
parent 545882f210
commit 1fb746757c
3 changed files with 16 additions and 12 deletions

View file

@ -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,