Skip to content

Commit 10b430a

Browse files
authored
Merge pull request #83 from math-comp/semiring-monalg
Generalize some results in monalg to `nmodType` and `semiRingType`
2 parents 25573b5 + 53f68a7 commit 10b430a

File tree

3 files changed

+303
-264
lines changed

3 files changed

+303
-264
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
image:
11-
- mathcomp/mathcomp:2.2.0-coq-8.20
12-
- mathcomp/mathcomp:2.3.0-coq-8.20
1311
- mathcomp/mathcomp:2.4.0-coq-8.20
1412
- mathcomp/mathcomp:2.4.0-rocq-prover-9.0
1513
- mathcomp/mathcomp-dev:coq-8.20

coq-mathcomp-multinomials.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ install: [make "install"]
1010
depends: [
1111
("coq" {>= "8.20" & < "8.21~"}
1212
| "rocq-core" {>= "9.0"})
13-
"coq-mathcomp-ssreflect" {>= "2.2"}
13+
"coq-mathcomp-ssreflect" {>= "2.4"}
1414
"coq-mathcomp-algebra"
15-
"coq-mathcomp-bigenough" {>= "1.0"}
16-
"coq-mathcomp-finmap" {>= "2.1"}
15+
"coq-mathcomp-bigenough"
16+
"coq-mathcomp-finmap"
1717
]
1818
tags: [
1919
"keyword:multinomials"

0 commit comments

Comments
 (0)