mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Removing references
This commit is contained in:
parent
4e942b3e5d
commit
a9ed4ce4ce
1 changed files with 2 additions and 2 deletions
|
@ -1648,7 +1648,7 @@ fn correct_mutual_recursive_type_alias<'a>(
|
||||||
|
|
||||||
let _made_recursive = make_tag_union_recursive(
|
let _made_recursive = make_tag_union_recursive(
|
||||||
env,
|
env,
|
||||||
Loc::at(alias.header_region(), (*rec, &alias_args)),
|
Loc::at(alias.header_region(), (*rec, alias_args)),
|
||||||
alias.region,
|
alias.region,
|
||||||
others,
|
others,
|
||||||
&mut alias.typ,
|
&mut alias.typ,
|
||||||
|
@ -1726,7 +1726,7 @@ fn make_tag_union_recursive<'a>(
|
||||||
..
|
..
|
||||||
} => make_tag_union_recursive(
|
} => make_tag_union_recursive(
|
||||||
env,
|
env,
|
||||||
Loc::at_zero((symbol, &type_arguments)),
|
Loc::at_zero((symbol, type_arguments)),
|
||||||
region,
|
region,
|
||||||
others,
|
others,
|
||||||
actual,
|
actual,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue