mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Lower passed top-level functions in a module with params
This commit is contained in:
parent
50efed6612
commit
be4ebfe901
7 changed files with 141 additions and 58 deletions
|
@ -5093,6 +5093,7 @@ fn canonicalize_and_constrain<'a>(
|
|||
module_id,
|
||||
&module_output.module_params,
|
||||
&mut module_output.declarations,
|
||||
&mut module_output.scope.locals.ident_ids,
|
||||
&mut var_store,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue