Fix typos in how_to_contradiction.v - #134
Open
amblafont wants to merge 1 commit into
Open
Conversation
amblafont
commented
Aug 14, 2026
| ]] | ||
|
|
||
| Notation, to do [Control.hyp] and [$] at once is only available in Rocq 9.1 or above. | ||
| Notation to do [Control.hyp] and [$] at once is only available in Rocq 9.1 or above. |
Contributor
Author
There was a problem hiding this comment.
what is this notation ?
Contributor
There was a problem hiding this comment.
probably &
constr:(&x + 1) is roughly equivalent to let y := Control.hyp @x in constr:($y + 1) (and strictly equivalent to constr:(ltac2:(Control.refine (fun _ => Control.hyp @x))))
Contributor
There was a problem hiding this comment.
although that has existed for much longer than 9.1 so maybe not
Contributor
There was a problem hiding this comment.
Looking at the changelog for 9.1, probably rocq-prover/rocq#20656 $hyp:x
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The tutorial may need some updates: it occasionally mentions features that are not used in this tutorial because they are not yet available, but I think now there are, since 9.2 is out