diff options
| author | Hugo Herbelin | 2018-07-25 08:39:01 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-07-25 08:39:01 +0200 |
| commit | 0c7e72c05e3f828dcd03543000acbfbcf361ab23 (patch) | |
| tree | 1f8071119f853c7cb8eeaf437ddabab83ff712fd /CHANGES | |
| parent | 3599d05a5b3664764f19a794dc69c4e28f2e135d (diff) | |
| parent | 2c96888bd26c293832f442680561fb72f9dc82f5 (diff) | |
Merge PR #8063: Direct implementation of Ascii.eqb and String.eqb (take 2)
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
