mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 02:42:17 +00:00
Continued progress on new lambda set compaction algorithm
This commit is contained in:
parent
5534577a90
commit
0b427646e4
5 changed files with 287 additions and 41 deletions
|
@ -65,6 +65,9 @@ flags! {
|
|||
/// Only use this in single-threaded mode!
|
||||
ROC_PRINT_UNIFICATIONS
|
||||
|
||||
/// Prints traces of unspecialized lambda set compaction
|
||||
ROC_TRACE_COMPACTION
|
||||
|
||||
/// Like ROC_PRINT_UNIFICATIONS, in the context of typechecking derived implementations.
|
||||
/// Only use this in single-threaded mode!
|
||||
ROC_PRINT_UNIFICATIONS_DERIVED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue