mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
use get_content_without_compacting more
This commit is contained in:
parent
4be163fc98
commit
35404bd25f
14 changed files with 203 additions and 209 deletions
|
@ -967,8 +967,8 @@ fn unify_flat_type(
|
|||
}
|
||||
|
||||
(Record(fields1, ext1), Record(fields2, ext2)) => {
|
||||
let rec1 = gather_fields(subs, fields1.clone(), *ext1);
|
||||
let rec2 = gather_fields(subs, fields2.clone(), *ext2);
|
||||
let rec1 = gather_fields(subs, fields1, *ext1);
|
||||
let rec2 = gather_fields(subs, fields2, *ext2);
|
||||
|
||||
unify_record(subs, pool, ctx, rec1, rec2)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue