From 7eb1e564f9f473589c49c76c29cd2a33e09f1e7c Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 21 Nov 2011 11:41:41 +0000 Subject: 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 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index e9b63db600..6d468d4885 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 -- cgit v1.2.3