feat(library/init/meta): add decidable_eq for binder_info

This commit is contained in:
Johannes Hölzl 2017-02-20 11:12:53 -05:00 committed by Leonardo de Moura
parent 69ed20f656
commit da4f552a7a

View file

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