diff options
| author | Georges Gonthier | 2019-03-04 16:53:55 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2019-04-01 17:42:37 +0200 |
| commit | 0f785cb80a555ce4109255819becb953a968cc8c (patch) | |
| tree | b48d2702f2e5427683854d8f97b29c6948dad0d2 /ChangeLog | |
| parent | 4d59fa0c4fb418b17394fa53fa8e8ee3f52d840f (diff) | |
ChangeLog update
Describe extension and warn about incompatibilities.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -113,6 +113,14 @@ Generalized some lemmas in a backward compatible way. Some strictly more general lemmas now have suffix `_dep`. + * Generalised {ffun A -> R} to handle dependent functions, and to be + structurally positive so it can be used in recursive inductive type + definitions. Minor backward incompatibilities: fgraph f is no longer + a field accessor, and no longer equal to val f as {ffun A -> R} is no + longer a subType; some instances of finfun, ffunE, ffunK may not unify + with a generic nondependent function type A -> ?R due to a bug in + Coq < 8.10. + 24/04/2018 - compatibility with Coq 8.8 and several small fixes - version 1.7 * Added compatibility with Coq 8.8 and lost compatibility with |
