aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2001-12-18 13:22:26 +0000
committerherbelin2001-12-18 13:22:26 +0000
commit31282d2674a576fd3caab195bf78318a4c73efa6 (patch)
treea7eb9e7d9825685b0b4c4d6bb794e655f5e791f7
parent62bc7aeb8a737830b631158a4d181445fe97b26f (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2307 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f03e896553..afa079099f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@ Language
let-in style)
- Coercions allowed in Cases patterns
- Better error messages for ill-typed Cases expressions
+- New declaration "Canonical Structure id = t : I" to help resolution of
+ equations of the form (proj ?)=a; if proj(e)=a then a is canonically
+ equipped with the remaining fields in e, i.e. ? is instantantiated by e
Tactics