mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-05 17:40:23 +00:00
Add printing of derived AST to tests
This commit is contained in:
parent
beeba1e198
commit
beed7e791b
7 changed files with 300 additions and 8 deletions
|
@ -62,8 +62,13 @@ flags! {
|
|||
// ===Solve===
|
||||
|
||||
/// Prints type unifications, before and after they happen.
|
||||
/// Only use this in single-threaded mode!
|
||||
ROC_PRINT_UNIFICATIONS
|
||||
|
||||
/// Like ROC_PRINT_UNIFICATIONS, in the context of typechecking derived implementations.
|
||||
/// Only use this in single-threaded mode!
|
||||
ROC_PRINT_UNIFICATIONS_DERIVED
|
||||
|
||||
/// Prints all type mismatches hit during type unification.
|
||||
ROC_PRINT_MISMATCHES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue