mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
remove lowercases from Content
This commit is contained in:
parent
e4ffe804ec
commit
2c1005fdf0
7 changed files with 63 additions and 80 deletions
|
@ -209,7 +209,8 @@ fn unify_alias(
|
|||
|
||||
problems
|
||||
} else {
|
||||
mismatch!("{}", symbol)
|
||||
dbg!(args.len(), other_args.len());
|
||||
mismatch!("{:?}", symbol)
|
||||
}
|
||||
} else {
|
||||
unify_pool(subs, pool, real_var, *other_real_var)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue