summaryrefslogtreecommitdiff
path: root/Test/wishlist/exists-b-exists-not-b.dfy
Commit message (Collapse)AuthorAge
* Suppress many warnings in the test suite.Gravatar Clément Pit--Claudel2015-08-28
| | | | | We already have separate tests for those, and we want the output to be the same with and without /autoTriggers.
* Add one more wish: it would be nice to be able to prove exists b: bool :: bGravatar Clément Pit--Claudel2015-08-22
This is an issue because splitting `exists b: bool :: b || !b` produces two quantifiers that we don't know how to prove.