aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-23 22:08:06 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-23 22:08:06 +0000
commit259252f2d9477cd721a4a2ad29f9a6fde2bd01ca (patch)
tree59f5654480a4c0bd6d3b98eed94e90f1ed52e422
parent306f10e0db72ce9d9303c38c72feed3798955a5f (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8859 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e9d0c0265..ea02f78e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
-Changes from V8.0
-=================
+Changes from V8.0 to V8.1
+=========================
+
+Logic
+
+- Added sort-polymorphism on inductive families
+- Allowance for recursively non uniform parameters in inductive types
Syntax
@@ -134,6 +139,7 @@ Libraries
compatibility (useless hypothesys of Zgt_square_simpl and
Zlt_square_simpl removed; fixed names mentioning letter O instead of
digit 0; weaken premises in Z_lt_induction)
+- Restructuration of Eqdep_dec.v and Eqdep.v: more lemmas in Type.
- Znumtheory now contains a gcd function that can compute within Coq
- More lemmas stated on Type in Wf.v, removal of redundant Fix_F
- Coq.List.In_dec has been set transparent (this may exceptionally break