mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix bug in unifying records
This was leading us to have an infinitely-recursive type, which eventually causes layout to stack-overflow Fixes #4739
This commit is contained in:
parent
faaa466c70
commit
174f7d5e4d
5 changed files with 191 additions and 13 deletions
|
@ -63,6 +63,8 @@ where
|
|||
.pretty(80)
|
||||
.to_string();
|
||||
|
||||
eprintln!("Full source: {}", src);
|
||||
|
||||
let interpolated_docs = stack(
|
||||
f,
|
||||
docs.into_iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue