feat(library/init/meta): add decidable_eq for binder_info
This commit is contained in:
parent
69ed20f656
commit
da4f552a7a
1 changed files with 3 additions and 0 deletions
|
|
@ -125,6 +125,9 @@ do env ← get_env,
|
|||
return () },
|
||||
mk_dec_eq_instance_core
|
||||
|
||||
meta instance binder_info.has_decidable_eq : decidable_eq binder_info :=
|
||||
by mk_dec_eq_instance
|
||||
|
||||
end tactic
|
||||
|
||||
/- instances of types in dependent files -/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue