diff options
| author | Maxime Dénès | 2015-01-15 07:50:47 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2015-01-15 07:50:47 +0100 |
| commit | f7dd427889f3ab966238f9566ec1b5edbd6c6ab6 (patch) | |
| tree | 4685152413af3a1c3e78339d095c1cb94f18bb9e | |
| parent | 530dcf1e6cd008e89a527dacb836202bcb2d02db (diff) | |
Mention guard condition in CHANGES.
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -35,6 +35,11 @@ Logic - New universe polymorphism. - New option -type-in-type to collapse the universe hierarchy (this makes the logic inconsistent). +- The guard condition for fixpoints is now a bit stricter. Propagation of +subterm value through pattern matching is restricted according to the return +predicate. Restores compatibility of Coq's logic with the propositional +extensionality axiom. May create incompatibilities in recursive programs heavily +using dependent types. Vernacular commands |
