mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Pass var_store
into desugar_expr
so that desugaring may generate fresh vars
This commit is contained in:
parent
dc5c8aeaf9
commit
a16f757164
5 changed files with 412 additions and 86 deletions
|
@ -339,6 +339,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
|
||||
crate::desugar::desugar_defs_node_values(
|
||||
arena,
|
||||
var_store,
|
||||
loc_defs,
|
||||
src,
|
||||
&mut None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue