diff options
author | vsiles <vsiles@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-11 15:15:17 +0000 |
---|---|---|
committer | vsiles <vsiles@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-11 15:15:17 +0000 |
commit | 1b5833af64675fe7c640a1197a6e177640ca0623 (patch) | |
tree | 52e9e965abf8f2e2558913cdf1ecb079fed41d65 /CHANGES | |
parent | 5ea4763eadb4761143bc1023886c8396c5ffca01 (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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |