mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Add Debug derives in lambda set compaction
This commit is contained in:
parent
af81ceae38
commit
3305041316
2 changed files with 2 additions and 1 deletions
|
@ -605,6 +605,7 @@ enum SpecializationTypeKey {
|
|||
SingleLambdaSetImmediate(Symbol),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
enum SpecializeDecision {
|
||||
Specialize(SpecializationTypeKey),
|
||||
Drop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue