aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHugo Herbelin2018-07-25 08:39:01 +0200
committerHugo Herbelin2018-07-25 08:39:01 +0200
commit0c7e72c05e3f828dcd03543000acbfbcf361ab23 (patch)
tree1f8071119f853c7cb8eeaf437ddabab83ff712fd /CHANGES
parent3599d05a5b3664764f19a794dc69c4e28f2e135d (diff)
parent2c96888bd26c293832f442680561fb72f9dc82f5 (diff)
Merge PR #8063: Direct implementation of Ascii.eqb and String.eqb (take 2)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f37ab8ae70..2d4b82d01a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,15 @@ Tactics
may need to add `Require Import Lra` to your developments. For compatibility,
we now define `fourier` as a deprecated alias of `lra`.
+Standard Library
+
+- Added `Ascii.eqb` and `String.eqb` and the `=?` notation for them,
+ and proved some lemmas about them. Note that this might cause
+ incompatibilities if you have, e.g., string_scope and Z_scope both
+ open with string_scope on top, and expect `=?` to refer to `Z.eqb`.
+ Solution: wrap `_ =? _` in `(_ =? _)%Z` (or whichever scope you
+ want).
+
Tools
- Coq_makefile lets one override or extend the following variables from