mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 02:42:17 +00:00
Fix obligation checking for rigid able vars
This commit is contained in:
parent
a321e36a36
commit
2e56405c1e
3 changed files with 24 additions and 19 deletions
|
@ -79,6 +79,9 @@ flags! {
|
|||
/// Only use this in single-threaded mode!
|
||||
ROC_PRINT_UNIFICATIONS
|
||||
|
||||
/// Prints types whose ability impls failed to be derived.
|
||||
ROC_PRINT_UNDERIVABLE
|
||||
|
||||
/// Prints traces of unspecialized lambda set compaction
|
||||
ROC_TRACE_COMPACTION
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue