Adapt to https://github.com/rocq-prover/rocq/pull/21611#426
Adapt to https://github.com/rocq-prover/rocq/pull/21611#426Janno merged 1 commit intoMtac2:masterfrom
Conversation
|
This is a bit odd. |
|
|
|
I see. I missed the difference in recursiveness. I will try to push a change that makes these notations non-recursive. They should actually be used somewhere so changing to |
|
If you want to keep the recursivity, maybe something like |
|
Indeed, here is a solution that keeps the uses with a single binder (without change) while still allowing some kind of recursive version |
|
@Janno would the current solution work? |
|
Sorry, I lost track of this. I just tested your changes and I they work for me. Thanks! |
|
Thanks |
Adapt to rocq-prover/rocq#21611
This is backward compatible.