lean4-htt/tests/lean/run/def11.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
91 B
Text

set_option new_elaborator true
definition ex1 (a : nat) : nat.succ a = 0 → false
[none]