aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2015-01-15 07:50:47 +0100
committerMaxime Dénès2015-01-15 07:52:51 +0100
commit87bdd8c2724cfb865bb7e9782b183e8b65d6997f (patch)
treef6c5c9aaebd9110227dabb2ec1eface1e2c715b0
parent097b42c05ad83d9c6738b12b14393c3bb1b71452 (diff)
Mention guard condition in CHANGES.
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a9c3a40d8..2088fa6ff7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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