-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Set Default Proof Mode
being ignored
Due to a change in how Coq parses vernacular commands (coq/coq@4037361#diff-66d601f10f9baccbf2b788a65d749b194c0b828dab399f69c216da8e63100303R65), certain options, including `Default Proof Mode` cannot be set by `SetOptions` in Coq >=8.18. The solution is just to use `Add` instead. Unfortunately, Coq complains about setting certain options like `Printing All` this way, so these few cases still use `SetOptions`. Fix #375
- Loading branch information
Showing
2 changed files
with
48 additions
and
3 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