Skip to content

Commit d7e04de

Browse files
committed
memo
1 parent 78a5555 commit d7e04de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------
2+
from 0.9.2 to 0.9.3
3+
-------------------
4+
5+
- add compatibility with MathComp 2.4.0 (with Coq 8.20)
6+
17
-------------------
28
from 0.9.1 to 0.9.2
39
-------------------

lib/realType_ext.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Proof. by field. Qed.
135135
Lemma x_x2_max {R : realFieldType} (q : R) : q * (1 - q) <= 4^-1.
136136
Proof.
137137
rewrite x_x2_eq.
138-
have : forall a b : R, 0 <= b -> a - b <= a. move=> *; lra.
138+
have : forall a b : R, 0 <= b -> a - b <= a. move=> *; lra.
139139
apply; apply mulr_ge0; [lra | exact: exprn_even_ge0].
140140
Qed.
141141

0 commit comments

Comments
 (0)