aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar vsiles <vsiles@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-11 15:15:17 +0000
committerGravatar vsiles <vsiles@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-11 15:15:17 +0000
commit1b5833af64675fe7c640a1197a6e177640ca0623 (patch)
tree52e9e965abf8f2e2558913cdf1ecb079fed41d65 /CHANGES
parent5ea4763eadb4761143bc1023886c8396c5ffca01 (diff)
Forget to update the CHANGES file after the commit r10180
(about the Scheme Equality mechanism) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10656 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d1e60f33b..72d88103f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,11 @@ Commands
automatically computed (e.g. Scheme Induction for nat Sort Set).
- New command "Combined Scheme" to build combined mutual induction
principles from existing mutual induction principles.
+- New commad "Scheme Equality" tries to build a decidable (boolean) equality
+ for simple inductive datatypes and a decision property over this equality.
+ e.g. Scheme Equality for nat.
+- Added option "Set Equality Scheme" to make automatic the declaration
+ of the boolean equality when possible.
- Source of universe inconsistencies now printed when option
"Set Printing Universes" is activated,
- Support for option "[id1 ... idn]", and "-[id1 ... idn]", for the "compute"