lean2/tests/lean/interactive/t2.lean

10 lines
154 B
Text
Raw Normal View History

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.