Closed maximedenes closed 5 years ago
To avoid new breakage, I'd recommend to avoid importing internal stdlib files, but rather interface at the intended points (typically,
ZArith
rather thanBinInt
andRing
).
Got it for ZArith, but is there a way in general to know what's considered internal?
This is still for https://github.com/coq/coq/pull/10476.
To avoid new breakage, I'd recommend to avoid importing internal stdlib files, but rather interface at the intended points (typically,
ZArith
rather thanBinInt
andRing
).