mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
make things work by removing type signatures
This commit is contained in:
parent
847a1be65e
commit
33ff36daad
2 changed files with 4 additions and 5 deletions
|
@ -180,7 +180,7 @@ fn unify_alias(
|
|||
problems.extend(merge(subs, &ctx, other_content.clone()));
|
||||
|
||||
if problems.is_empty() {
|
||||
problems.extend(unify_pool(subs, pool, real_var, *other_real_var))
|
||||
problems.extend(unify_pool(subs, pool, real_var, *other_real_var));
|
||||
}
|
||||
|
||||
problems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue