lean2/tests/lean/tactic8.lean
Leonardo de Moura 0c059a9917 feat(library/tactic): use _tac suffix instead of _tactic like Isabelle
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-05 20:06:32 -08:00

8 lines
No EOL
193 B
Text

Theorem T (a b : Bool) : a \/ b => (not b) => a := _.
apply imp_tac
apply imp_tac
apply disj_hyp_tac
apply assumption_tac
apply absurd_tac
done
Show Environment 1.