Merge pull request #3404 from rtfeldman/ambient-lset-specialization

The ambient lambda set specialization algorithm
This commit is contained in:
Ayaz 2022-07-09 17:23:27 -05:00 committed by GitHub
commit 7b308d9efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1816 additions and 280 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