File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license: "CeCILL-B"
8
8
authors: ["Pierre-Yves Strub"]
9
9
build: [ "dune" "build" "-p" name "-j" jobs ]
10
10
depends: [
11
- "coq" {>= "8.10" & < "8.13 ~"}
11
+ "coq" {>= "8.10" & < "8.14 ~"}
12
12
"dune" {>= "2.5"}
13
13
"coq-mathcomp-ssreflect" {>= "1.12" & < "1.13~"}
14
14
"coq-mathcomp-algebra"
Original file line number Diff line number Diff line change @@ -5313,7 +5313,7 @@ case: (mdeg m =P d)=> /eqP; rewrite basis_cover -/b.
5313
5313
rewrite mcoeffZ mcoeffX eqxx mulr1 big1 ?addr0 // => m' ne.
5314
5314
by rewrite mcoeffZ mcoeffX (negbTE ne) mulr0.
5315
5315
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 ).
5317
5317
by apply/dhomog_is_dhomog. by rewrite basis_cover.
5318
5318
move=> m'; apply/contraTeq; rewrite mcoeffZ mcoeffX.
5319
5319
by case: (m' =P m)=> [->|_]; last rewrite mulr0 eqxx.
You can’t perform that action at this time.
0 commit comments