aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-19 11:05:02 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-19 11:05:02 +0000
commit8a2c029b0ae88888efe707c00f1a288e5c17cfb3 (patch)
tree6beeccea6ceb18de008abeb910694827d952344d /CHANGES
parent85237f65161cb9cd10119197c65c84f65f0262ee (diff)
- Structuring Numbers and fixing Setoid in stdlib's doc.
- Adding ability to use "_" in syntax for binders (as in "exists _:nat, True"). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11804 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 593bae43c..2e747ce8b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -92,7 +92,7 @@ Vernacular commands
- Specific sort constraints on Record now taken into account.
- "Print LoadPath" supports a path argument to filter the display.
-Libraries (DOC TO CHECK)
+Libraries
- Several parts of the libraries are now in Type, in particular FSets,
SetoidList, ListSet, Sorting, Zmisc. This may induce a few
@@ -195,6 +195,7 @@ Libraries (DOC TO CHECK)
contribution repository (contribution CoC_History). New lemmas about
transitive closure added and some bound variables renamed (exceptional
risk of incompatibilities).
+- Syntax for binders in terms (e.g. for "exists") supports anonymous names.
Notations, coercions, implicit arguments and type inference