-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added @auto_prover decorators, giving a start to issue #308
We will gradually switch over to @auto_prover/@auto_relation_prover/ @auto_equality_prover which simply work by executing the wrapped method with preserve_all=True and then updating the resulting proof with auto-simplifications and replacements. After we switch everything over that we can and understand the exceptions (such as substitution where simplification should only apply to the 'touched' portion), we will likely rename the prover decorators.
- Loading branch information
Showing
2 changed files
with
59 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters