aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-02-23 07:52:24 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-02-23 07:52:24 +0000
commitc98c25749b0fb2383f21339aa6b67ae58e53ad42 (patch)
tree5e57a638b61e4a2bf7ba1f64679d3e1931489678 /CHANGES
parenta533eea9dbff0c9393345b2e42a0c388ba32523d (diff)
Ajout 'exists! x:A, P
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8085 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 37afe0977..569662d1d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ Changes from V8.0
Syntax
- No more support for version 7 syntax and for translation to version 8 syntax.
-- Support for primitive interpretation of string litterals
+- Support for primitive interpretation of string literals
- Extended support for Unicode ranges (Unicode doc TODO)
Environment variables
@@ -84,9 +84,10 @@ Modules
Notations
-- "format" option aware of recursive notations
-- added insertion of spaces by default in recursive notations w/o separators
-- no more automatic printing box in case of user-provided printing "format"
+- "format" option aware of recursive notations.
+- added insertion of spaces by default in recursive notations w/o separators.
+- no more automatic printing box in case of user-provided printing "format".
+- new notation "exists! x:A, P" for unique existence.
Library