chore: add missing instance

This commit is contained in:
Leonardo de Moura 2019-11-26 07:21:03 -08:00
parent 1f815ac521
commit 04417fafe8

View file

@ -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