Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information