lean2/tests/lean/tactic5.lean

9 lines
168 B
Text
Raw Normal View History

(*
simple_tac = Repeat(conj_tac()) .. assumption_tac()
*)
theorem T4 (a b : Bool) : a → b → a /\ b /\ a := _.
simple_tac
done
print environment 1.