mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-15 01:20:16 +00:00
check_adhoc for inspect
This commit is contained in:
parent
82cda1965c
commit
c443bdcf4f
4 changed files with 10 additions and 3 deletions
|
@ -304,6 +304,13 @@ impl ObligationCache {
|
|||
|
||||
Symbol::BOOL_EQ => Some(DeriveEq::is_derivable(self, abilities_store, subs, var)),
|
||||
|
||||
Symbol::INSPECT_INSPECT_ABILITY => Some(DeriveInspect::is_derivable(
|
||||
self,
|
||||
abilities_store,
|
||||
subs,
|
||||
var,
|
||||
)),
|
||||
|
||||
_ => None,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue