lean2/tests/lean/interactive/t2.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

9 lines
145 B
Text

Theorem T2 (a b : Bool) : a => b => a /\ b.
apply imp_tac.
apply imp_tac2.
foo.
apply imp_tac.
abort.
Variables a b : Bool.
Show Environment 2.