lean2/tests/lean/discharge.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.