-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a modifier "clear simpl" to Arguments to reset "simpl" behavior to its default #19216
Conversation
Is this useful? |
I don't know how to reset the behavior table otherwise, but maybe I missed something. For instance, how do you revert the effect of e.g. |
Is it useful to reset the table? |
The motivation is that I was working on the overlays for #18591. The two failing developments were setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just requires update of doc and a changelog entry.
@SkySkimmer I know that we missed having the possibility to reset the behaviour several times. The typical situation is when an external library messes with the simpl behaviour on some shared definitions (e.g., from the standard library), but you want a different behaviour in parts of your development. |
52c19fa
to
3452b89
Compare
d1874d6
to
e09a02f
Compare
@coqbot run full ci |
e09a02f
to
adfd773
Compare
7adfce7
to
65959a7
Compare
65959a7
to
38aec86
Compare
@coqbot merge now |
@proux01: Please take care of the following overlays:
|
This is proposal for supporting resetting the effect of
simpl never
,simpl nomatch
, and/
.Overlay (to be merged in sync with the current PR)