| Commit message (Collapse) | Author | Age |
|
|
|
| |
merge #24
|
|
|
|
|
|
|
| |
predicates/lemmas (this fixes an item from the wishlist).
Include in hover text the extreme predicates for which an extreme lemmas has been rewritten (but don't include ==# in this list--or should it perhaps be included?).
Under a (temporary) switch /rewriteFocalPredicates, each use of a focal predicate P in a prefix lemma is rewritten into P#[_k-1].
|
|
|
|
|
| |
We already have separate tests for those, and we want the output to be the same
with and without /autoTriggers.
|
| |
|
|
|
|
|
| |
This is an issue because splitting `exists b: bool :: b || !b` produces two
quantifiers that we don't know how to prove.
|
| |
|
| |
|
| |
|
|
(yet!)
The curent examples include semi-bugs regarding calc statements and strings, and
stuff about sequences
|