lean4-htt/tests/lean/run/def9.lean
Leonardo de Moura f0f9880ece refactor(library/equations_compiler/elim_match,library/tactic/cases_tactic):
new design for elim_match

I still need to fix lemma generation, and refactor induction/subst tactics
2016-08-28 13:15:10 -07:00

4 lines
121 B
Text

set_option new_elaborator true
lemma ex4 (A : Type) : ∀ (a b : A) (H : a = b), b = a
| .z z (eq.refl .z) := eq.refl z