Fixing grammar of the introductory ssreflect documentation.#21602
Open
jstrattonsmith wants to merge 1 commit intorocq-prover:masterfrom
Open
Fixing grammar of the introductory ssreflect documentation.#21602jstrattonsmith wants to merge 1 commit intorocq-prover:masterfrom
jstrattonsmith wants to merge 1 commit intorocq-prover:masterfrom
Conversation
jfehrle
reviewed
Feb 7, 2026
Member
jfehrle
left a comment
There was a problem hiding this comment.
Wording suggestions. The word choice in the original was not very conventional.
I'm not an expert on SSR. My impression is that there are better resources for learning SSR.
| @@ -1046,7 +1046,7 @@ constants to the goal. | |||
| move=> m n le_n_m. | |||
|
|
|||
| where ``move`` does nothing, but ``=> m n le_m_n`` changes | |||
Member
There was a problem hiding this comment.
Suggested change
| where ``move`` does nothing, but ``=> m n le_m_n`` changes | |
| where ``move`` does nothing, but ``=> m n le_m_n`` introduces |
Comment on lines
+1049
to
1051
| the variables and assumption of the goal into the constants | ||
| ``m n : nat`` and the fact ``le_n_m : n <= m``, thus exposing the | ||
| conclusion ``m - n + n = m``. |
Member
There was a problem hiding this comment.
Suggested change
| the variables and assumption of the goal into the constants | |
| ``m n : nat`` and the fact ``le_n_m : n <= m``, thus exposing the | |
| conclusion ``m - n + n = m``. | |
| the variables ``m`` and ``n`` and the hypothesis | |
| ``le_n_m : n <= m``, giving the new goal ``m - n + n = m``. |
FWIW this is equivalent to the intros tactic, which isn't part of SSR.
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.
Fixes confusing language in the ssreflect manual, making it easier for new users to understand.
Documentation update only.
make doc_gram_rsts.