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

12 lines
172 B
Text

Theorem T2 (a b : Bool) : a => b => a /\ b.
done.
done.
apply imp_tac.
apply imp_tac2.
foo.
apply imp_tac.
apply imp_tac.
apply conj_tac.
back.
apply assumption_tac.
done.