aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-11-21 11:41:41 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-11-21 11:41:41 +0000
commit7eb1e564f9f473589c49c76c29cd2a33e09f1e7c (patch)
treea7ed0dcf1adfead28624f59d269ddec7f27c1513 /CHANGES
parent9cd97943a5db0967778163b9a701ccaf9c5a6b19 (diff)
Updated CHANGES file wrt to pattern-matching compilation.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14712 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9b63db60..6d468d488 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,9 @@ Specification language and notations
now instead of enumerating all remaining constructors. Moreover, the pattern
"match _ with _ => _ end" now allows to match any "match". A "in" annotation
can also be added to restrict to a precise inductive type.
+- Pattern-matching compilation algorithm: in "match x, y with ... end",
+ possible dependencies of x (or of the indices of its type) in the type
+ of y are now taken into account.
Tactics