Skip to content

Commit 9c778d5

Browse files
committed
Merge branch 'ssrpat-FO-ignore-imparg' into 'master'
Adapt to rocq-prover/rocq#20707 See merge request coquelicot/coquelicot!14
2 parents dbcd501 + 9c97bfe commit 9c778d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/SF_seq.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ Proof.
16871687
rewrite /minus 2?(Riemann_sum_cons _ (x0, y1)) SF_cut_down_h.
16881688
rewrite opp_plus plus_assoc /=.
16891689
apply (f_equal (fun x => plus x _)).
1690-
rewrite (plus_comm (scal (SF_h ptd - x0) (f y1))) -3!plus_assoc.
1690+
rewrite (plus_comm (scal (SF_h ptd - x0) (f y1))) -!plus_assoc.
16911691
apply f_equal.
16921692
by rewrite plus_comm -plus_assoc plus_opp_l plus_zero_r.
16931693
by [].

0 commit comments

Comments
 (0)