mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Move lower_params/lib to lower_params/lower
This commit is contained in:
parent
50887e6265
commit
0adad85634
3 changed files with 396 additions and 396 deletions
|
@ -5089,10 +5089,9 @@ fn canonicalize_and_constrain<'a>(
|
|||
let _before = roc_types::types::get_type_clone_count();
|
||||
|
||||
// lower module params
|
||||
roc_lower_params::lower(
|
||||
roc_lower_params::lower::lower(
|
||||
module_id,
|
||||
// todo(agus): borrow params?
|
||||
module_output.module_params.clone(),
|
||||
&module_output.module_params,
|
||||
&mut module_output.declarations,
|
||||
&mut var_store,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue