mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Refactor lambda set compaction so it's better split up
This commit is contained in:
parent
fd9dcd8551
commit
088b443e05
2 changed files with 238 additions and 102 deletions
|
@ -55,7 +55,7 @@ pub enum Unfulfilled {
|
|||
},
|
||||
}
|
||||
|
||||
/// Indexes a deriving of an ability for an opaque type.
|
||||
/// Indexes a requested deriving of an ability for an opaque type.
|
||||
#[derive(Debug, PartialEq, Clone, Copy)]
|
||||
pub struct RequestedDeriveKey {
|
||||
pub opaque: Symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue