mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Merge remote-tracking branch 'origin/trunk' into alias-nominal-equality
This commit is contained in:
commit
a47f9baef4
16 changed files with 352 additions and 237 deletions
|
@ -115,7 +115,7 @@ mod solve_expr {
|
|||
let content = {
|
||||
debug_assert!(exposed_to_host.len() == 1);
|
||||
let (_symbol, variable) = exposed_to_host.into_iter().next().unwrap();
|
||||
subs.get(variable).content
|
||||
subs.get_content_without_compacting(variable)
|
||||
};
|
||||
|
||||
let actual_str = content_to_string(content, subs, home, &interns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue