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:
Ayaz Hafiz 2023-01-04 16:24:19 -06:00
parent 2b993a29f9
commit 3b0e2429e6
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 49 additions and 24 deletions

View file

@ -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);