mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Add ability slice to eq obligation checker
This commit is contained in:
parent
2961d1a8be
commit
0da72df5e9
2 changed files with 4 additions and 0 deletions
|
@ -1030,6 +1030,7 @@ impl DerivableVisitor for DeriveHash {
|
|||
struct DeriveEq;
|
||||
impl DerivableVisitor for DeriveEq {
|
||||
const ABILITY: Symbol = Symbol::BOOL_EQ;
|
||||
const ABILITY_SLICE: SubsSlice<Symbol> = Subs::AB_EQ;
|
||||
|
||||
#[inline(always)]
|
||||
fn is_derivable_builtin_opaque(symbol: Symbol) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue