Closed fajb closed 4 years ago
Coq PR #11906 extends lia with support for boolean operators. This has the consequence that intuition is able to perform some boolean reasoning e.g. true = false -> 0 = 1. The PR replaces a call to intuition by intuition idtac.
lia
intuition
intuition idtac
Coq PR #11906 extends
lia
with support for boolean operators. This has the consequence thatintuition
is able to perform some boolean reasoning e.g. true = false -> 0 = 1. The PR replaces a call tointuition
byintuition idtac
.