mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
add new layer to the Num types
This commit is contained in:
parent
b5dcde267a
commit
c9308c0662
10 changed files with 441 additions and 92 deletions
|
@ -198,7 +198,7 @@ fn unify_alias(
|
|||
|
||||
problems
|
||||
} else {
|
||||
mismatch!()
|
||||
mismatch!("{}", symbol)
|
||||
}
|
||||
} else {
|
||||
unify_pool(subs, pool, real_var, *other_real_var)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue