Rename `X_length` into `length_X`.
All threads resolved!
All threads resolved!
This follows https://github.com/coq/coq/pull/18564 This closes #213 (closed)
We didn't include our own copies of app_length
and seq_length
, but used those from the standard library. To make sure we can use them (without deprecation warnings) until support for Coq 8.19 is dropped, I included our own copies for the transition period. This was also suggested by @tchajed in #213 (closed).
Merge request reports
Activity
- Resolved by Ralf Jung
Could you say how the MR was generated -- I presume everything outside
list.v
was auto-adjusted with the sed script?
- Resolved by Robbert Krebbers
- Resolved by Robbert Krebbers
- Resolved by Robbert Krebbers
mentioned in commit 6190d85d
@iris-users This is a breaking change
- Rename lemmas
X_length
intolength_X
, see the sed script below for an overview. This follows https://github.com/coq/coq/pull/18564.
- Rename lemmas
Please register or sign in to reply