lean2/tests/lean/interactive/t2.lean
Leonardo de Moura e069ce640b feat(frontends/lean/parser): add tactic abort command
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-05 17:15:19 -08:00

9 lines
154 B
Text

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