lean2/tests/lean/apply_tac2.lean

7 lines
143 B
Text
Raw Normal View History

Check @Discharge
Theorem T (a b : Bool) : a => b => b => a.
apply Discharge.
apply Discharge.
apply Discharge.
assumption.
done.