Closed mrhaandi closed 3 years ago
In an effort https://github.com/coq/coq/pull/13986 to streamline Coq's List.v, dependencies on Arith modules are removed. Therefore, importing List will not provide Arith functionality. Resulting issues are fixed by this PR.
List.v
Arith
List
In an effort https://github.com/coq/coq/pull/13986 to streamline Coq's
List.v
, dependencies onArith
modules are removed. Therefore, importingList
will not provideArith
functionality. Resulting issues are fixed by this PR.