Skip to content

Boogie

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 00:52
· 50 commits to master since this release
9d96c29
Don't create trivial labeled assumptions (#823)

Previously, `{:id ...}` attributes were copied from `assert` statements
to `assume` statements unconditionally, even when subsumption was
disabled. This led to `{:id ...}` attributes on `assume true`
statements, which will never be necessary for a proof, so there's no
reason to track them.