diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-09-30 19:02:14 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-09-30 19:02:14 +0000 |
commit | ef5551e4ca73a93c0820f03ac702ee96e5e7b431 (patch) | |
tree | 570513e9aaf31ae7a6864a1dbc944aecec844124 /CHANGES | |
parent | 83015147aac453effee4d5b1b6363b31c56edd84 (diff) |
Ajout infos de débogage de "universe inconsistency" quand option Set
Printing Universes est active.
Ajout de l'option "using" à la tactique non documentée "auto decomp".
Ajout de la base "extcore" pour étendre "auto decomp" avec des
principes élémentaires tels que le dépliage de "iff".
Quelques extensions/raffinements dans ChoiceFacts et ClassicalFacts.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10156 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,8 @@ Commands generation of elimination schemes. - Modification of the Scheme command so you can ask for the name to be automatically computed (e.g. Scheme Induction for nat Sort Set). +- Source of universe inconsistencies now printed when option + "Set Printing Universes" is activated, Libraries @@ -35,6 +37,8 @@ Libraries - Loading FSets/FMap used to open unwanted scopes of integer datatypes (see bug #1347). These scopes may need to be opened manually now. - Few changes in Reals (lemmas on prod_f_SO now on prod_f_R0). +- Slight restructuration and extension of the Logic library regarding choice + and classical logic. Language |