Have implicit arguments with "Asymmetric Patterns"#21947
Merged
coqbot-app[bot] merged 2 commits intoMay 29, 2026
Merged
Conversation
proux01
added a commit
to rocq-community/coq-ext-lib
that referenced
this pull request
Apr 23, 2026
proux01
added a commit
to proux01/kami
that referenced
this pull request
Apr 23, 2026
proux01
added a commit
to proux01/HoTT
that referenced
this pull request
Apr 23, 2026
proux01
added a commit
to rocq-community/coq-ext-lib
that referenced
this pull request
Apr 23, 2026
proux01
added a commit
to proux01/mathcomp
that referenced
this pull request
Apr 23, 2026
d2251c7 to
071a812
Compare
071a812 to
fd3b165
Compare
This was referenced Apr 23, 2026
proux01
added a commit
to proux01/fiat-crypto
that referenced
this pull request
Apr 23, 2026
This was referenced Apr 23, 2026
proux01
added a commit
to proux01/mathcomp
that referenced
this pull request
Apr 28, 2026
proux01
added a commit
to rocq-community/coq-ext-lib
that referenced
this pull request
Apr 28, 2026
samuelgruetter
added a commit
to mit-plv/kami
that referenced
this pull request
Apr 28, 2026
proux01
added a commit
to rocq-prover/stdlib
that referenced
this pull request
Apr 28, 2026
proux01
added a commit
to rocq-prover/stdlib
that referenced
this pull request
Apr 28, 2026
damien-pous
pushed a commit
to damien-pous/relation-algebra
that referenced
this pull request
Apr 28, 2026
proux01
added a commit
to proux01/mathcomp
that referenced
this pull request
Apr 30, 2026
proux01
added a commit
to proux01/mathcomp
that referenced
this pull request
May 3, 2026
CohenCyril
added a commit
to math-comp/math-comp
that referenced
this pull request
May 5, 2026
damien-pous
pushed a commit
to damien-pous/aac-tactics
that referenced
this pull request
May 6, 2026
andrew-appel
pushed a commit
to PrincetonUniversity/VST
that referenced
this pull request
May 26, 2026
ppedrot
pushed a commit
to MetaRocq/metarocq
that referenced
this pull request
May 26, 2026
ppedrot
added a commit
to MetaRocq/metarocq
that referenced
this pull request
May 26, 2026
proux01
added a commit
to proux01/Coq-Equations
that referenced
this pull request
May 28, 2026
proux01
added a commit
to proux01/Coq-Equations
that referenced
this pull request
May 28, 2026
SkySkimmer
added a commit
to rocq-prover/equations
that referenced
this pull request
May 28, 2026
fd3b165 to
945cc13
Compare
Add a flag "Asymmetric Patterns No Implicits" (false by default) that can be set to true to retrieve the previous behavior of "Asymmetric Patterns" (needed for backward compat).
945cc13 to
0ff5c74
Compare
Contributor
Author
|
CI green, this one is ready |
Contributor
|
@coqbot merge now |
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 / closes #21769
To ease the transition to the new behavior, a new flag
Asymmetric Patterns No Implicits(off by default) enables to retrieve the previous behavior.Documented any new / changed user messages.Updated documented syntax by runningmake doc_gram_rsts.Overlays (to be merged before the current PR)
All overlays are only setting the new
Asymmetric Patterns No Implicitsflag whereverAsymmetric Patternswas already set.