Continued progress on new lambda set compaction algorithm

This commit is contained in:
Ayaz Hafiz 2022-07-05 18:43:42 -04:00
parent 5534577a90
commit 0b427646e4
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 287 additions and 41 deletions

View file

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