mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Lower top-level value references in home module with params
This commit is contained in:
parent
519ff56a85
commit
07ec24502e
5 changed files with 77 additions and 29 deletions
|
@ -5090,6 +5090,8 @@ fn canonicalize_and_constrain<'a>(
|
|||
|
||||
// lower module params
|
||||
roc_lower_params::lower(
|
||||
module_id,
|
||||
// todo(agus): borrow params?
|
||||
module_output.module_params.clone(),
|
||||
&mut module_output.declarations,
|
||||
&mut var_store,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue