Explicitly Require Coq Vector in vector.v (for coq/coq#18936)
1 unresolved thread
1 unresolved thread
For https://github.com/coq/coq/pull/18936
I think previously stdpp vector.v pulled in stdlib Vector.v through NArith, Ndigits, and ByteVector.
Edited by Andres Erbsen
Merge request reports
Activity
Filter activity
- Resolved by Andres Erbsen
- Resolved by Robbert Krebbers
Without this line you get a warning telling you off for using Vector. There was quite a discussion about it at https://github.com/coq/coq/pull/18032 .
mentioned in commit e40779e3
Please register or sign in to reply