lean2/tests/lean/tactic5.lean

9 lines
186 B
Text
Raw Normal View History

(**
simple_tac = Repeat(OrElse(imp_tac(), conj_tac())) .. assumption_tac()
**)
Theorem T4 (a b : Bool) : a => b => a /\ b /\ a := _.
simple_tac
done
Show Environment 1.