chore: add missing instance
This commit is contained in:
parent
1f815ac521
commit
04417fafe8
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ def BinderInfo.hash : BinderInfo → USize
|
|||
|
||||
instance BinderInfo.hashable : Hashable BinderInfo := ⟨BinderInfo.hash⟩
|
||||
|
||||
instance BinderInfo.inhabited : Inhabited BinderInfo := ⟨BinderInfo.default⟩
|
||||
|
||||
def BinderInfo.isInstImplicit : BinderInfo → Bool
|
||||
| BinderInfo.instImplicit => true
|
||||
| _ => false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue