mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 09:39:47 +00:00
Add a way to print ranks in uitest
This commit is contained in:
parent
190990155e
commit
7beee4e1f3
3 changed files with 9 additions and 0 deletions
|
@ -257,6 +257,7 @@ pub struct InferOptions {
|
|||
pub allow_errors: bool,
|
||||
pub print_can_decls: bool,
|
||||
pub print_only_under_alias: bool,
|
||||
pub print_ranks: bool,
|
||||
pub no_promote: bool,
|
||||
}
|
||||
|
||||
|
@ -465,6 +466,7 @@ impl<'a> QueryCtx<'a> {
|
|||
DebugPrint {
|
||||
print_lambda_sets: true,
|
||||
print_only_under_alias: self.options.print_only_under_alias,
|
||||
print_ranks: self.options.print_ranks,
|
||||
ignore_polarity: true,
|
||||
print_weakened_vars: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue