lean2/tests/lean/tactic4.lean

9 lines
187 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 := _.
apply simple_tac
done
Show Environment 1.