mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Support printing weak type variables in tests
Unbound type variables that are not at the generalization rank will now be printed as `w_a` in solve tests.
This commit is contained in:
parent
2b993a29f9
commit
3b0e2429e6
5 changed files with 49 additions and 24 deletions
|
@ -332,6 +332,7 @@ mod solve_expr {
|
|||
print_lambda_sets: true,
|
||||
print_only_under_alias: options.print_only_under_alias,
|
||||
ignore_polarity: true,
|
||||
print_weakened_vars: true,
|
||||
},
|
||||
);
|
||||
subs.rollback_to(snapshot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue