diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-02-03 17:36:04 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-02-03 17:36:04 +0000 |
commit | 5a38fdb4af87f66632d036848e370948ead50c50 (patch) | |
tree | fa2a1b4a7da66e14b41bf44aaa14dc3da276723f /CHANGES | |
parent | cc8d69d508c22bf3329cce55e94ca1244c8cd5fb (diff) |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5286 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,12 @@ Changes from V8.0beta to V8.0 ============================= +Commands + +- New option "Set Printing All" to deactivate all high-level forms of + printing (implicit arguments, coercions, destructing let, + if-then-else, notations, projections) + Syntax - Command "Print." discontinued. @@ -17,6 +23,9 @@ Bug fixes - Translator printing bug of reals fixed - Fix bugs in induction/destruct in case the type of the eliminated object has parameters +- Fix a printing bug with lambda-variable names inherited from the names of + a product cast +- Fix a bug with Focus Changes from V8.0beta old syntax to V8.0beta ============================================ |