Skip to content

Commit c5b19b6

Browse files
proux01strub
authored andcommitted
Compile with Coq 8.13
1 parent 4db9d2f commit c5b19b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coq-mathcomp-multinomials.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "CeCILL-B"
88
authors: ["Pierre-Yves Strub"]
99
build: [ "dune" "build" "-p" name "-j" jobs ]
1010
depends: [
11-
"coq" {>= "8.10" & < "8.13~"}
11+
"coq" {>= "8.10" & < "8.14~"}
1212
"dune" {>= "2.5"}
1313
"coq-mathcomp-ssreflect" {>= "1.12" & < "1.13~"}
1414
"coq-mathcomp-algebra"

src/mpoly.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5313,7 +5313,7 @@ case: (mdeg m =P d)=> /eqP; rewrite basis_cover -/b.
53135313
rewrite mcoeffZ mcoeffX eqxx mulr1 big1 ?addr0 // => m' ne.
53145314
by rewrite mcoeffZ mcoeffX (negbTE ne) mulr0.
53155315
move=> m_notin_b; rewrite big_seq big1 /=.
5316-
apply/esym/(dhomog_nemf_coeff (mf0 := [measure of mdeg]) (d := d)).
5316+
apply/esym/(@dhomog_nemf_coeff _ _ [measure of mdeg] d).
53175317
by apply/dhomog_is_dhomog. by rewrite basis_cover.
53185318
move=> m'; apply/contraTeq; rewrite mcoeffZ mcoeffX.
53195319
by case: (m' =P m)=> [->|_]; last rewrite mulr0 eqxx.

0 commit comments

Comments
 (0)