mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
WIP
This commit is contained in:
parent
646f04ef7b
commit
7d2cc3aac2
10 changed files with 91 additions and 40 deletions
|
@ -1587,6 +1587,7 @@ fn make_tag_union_recursive<'a>(
|
|||
*typ = Type::RecursiveTagUnion(rec_var, tags.to_vec(), ext.clone());
|
||||
typ.substitute_alias(symbol, &Type::Variable(rec_var));
|
||||
}
|
||||
Type::RecursiveTagUnion(_, _, _) => {}
|
||||
Type::Alias(_, _, actual) => make_tag_union_recursive(
|
||||
env,
|
||||
symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue