diff options
| author | Pierre-Marie Pédrot | 2018-09-26 10:43:25 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-09-26 10:43:25 +0200 |
| commit | b7cd70b5732d43280fc646115cd8597f2e844f95 (patch) | |
| tree | 4f9722e1d4e0add523f442f91565f4fc05855880 /CHANGES | |
| parent | 7cc70b0df61718a946327d5bfb056b140eeb54ba (diff) | |
| parent | 5780336e3be522f76906b719c3d3694f243a5bdb (diff) | |
Merge PR #8217: Fixes #8215: "critical" type inference bug in interpreting evars by name
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -81,6 +81,11 @@ Specification language variables) may occasionally change type inference in incompatible ways, especially regarding the inference of the return clause of "match". +- Fixing a missing check in interpreting instances of existential + variables which are bound to local definitions might exceptionally + induce an overhead if the cost of checking the conversion of the + corresponding definitions is additionally high (PR #8215). + Standard Library - Added `Ascii.eqb` and `String.eqb` and the `=?` notation for them, |
