forked from coq/coq
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using
assumption
in replace by tac
Close coq#17959
- Loading branch information
1 parent
71d1874
commit 5e84932
Showing
4 changed files
with
20 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
overlay bedrock2 https://github.com/SkySkimmer/bedrock2 replace-assum 17964 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- **Changed:** | ||
:tacn:`replace` with `by tac` does not automatically attempt to solve | ||
the generated equality subgoal using the hypotheses. | ||
Use `by first [assumption | symmetry;assumption | tac]` | ||
if you need the previous behaviour | ||
(`#17964 <https://github.com/coq/coq/pull/17964>`_, | ||
fixes `#17959 <https://github.com/coq/coq/issues/17959>`_, | ||
by Gaëtan Gilbert). |
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