This should provide compatibility for https://github.com/coq/coq/pull/12162
Other changes:
Arith
instead of NPeano
, since the latter is deprecated. While it may also be possible to import NPeano
, numbers export PArith NArith ZArith
, so it seemed logical to also export Arith
.le
.