mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Debug specialization keys
This commit is contained in:
parent
240a48bc1c
commit
5a42acc11c
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ fn compact_lambda_set<P: Phase>(
|
|||
(new_must_implement_ability, new_lambda_sets_to_specialize)
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
enum SpecializationTypeKey {
|
||||
Opaque(Symbol),
|
||||
Derived(DeriveKey),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue