diff options
| author | letouzey | 2007-10-21 00:03:14 +0000 |
|---|---|---|
| committer | letouzey | 2007-10-21 00:03:14 +0000 |
| commit | 7109daa08ff5be5bf28902d9b060cccf73375b4e (patch) | |
| tree | 7c85db35aaea76d402232d5545a1742a9088dbeb /CHANGES | |
| parent | 97b74d43fe5f6070992c4824f823a9725620944e (diff) | |
Cleanup attempt of Hints in *Interface.v files.
See recent discussion in coq-club.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10243 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ Libraries The polymorphic parameter for the fold function is now in Type. - Loading FSets/FMap used to open unwanted scopes of integer datatypes (see bug #1347). These scopes may need to be opened manually now. +- Hints in FSetInterface.v have been transfered from the core database + to a "set" database, and some expensive hints have been downgraded + as "Immediate". A compatibility "oldset" database retains these expensive + hints, so using "(e)auto with set oldset" should help porting scripts. + Same for FSetWeakInterface and FMap(Weak)Interface. - Few changes in Reals (lemmas on prod_f_SO now on prod_f_R0). - Slight restructuration of the Logic library regarding choice and classical logic. Addition of files providing intuitionistic axiomatizations of |
