diff options
| author | herbelin | 2008-11-22 14:14:12 +0000 |
|---|---|---|
| committer | herbelin | 2008-11-22 14:14:12 +0000 |
| commit | 2f69234e4cf2a1484aa43dd4d033957abb9078d5 (patch) | |
| tree | dcbd78704dca5cc2749affc777097667be99c8fa /CHANGES | |
| parent | 5923919582bbfa207d5141d5059bd3916e501843 (diff) | |
Fixed bug in VernacExtend printing + missing vernacular printing rules +
revival of option -translate as a -beautify option.
PS: compilation checked against 11610.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11618 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,9 +1,18 @@ Changes since V8.2 ================== +Tactics + - "discriminate" now performs intros before trying to discriminate an hypothesis of the goal (previously it applied intro only if the goal had the form t1<>t2). +- rewrite now supports rewriting on ad hoc equalities such as eq_true. + +Tools + +- New coqtop/coqc option -beautify to reformat .v files (usable + e.g. to globally update notations). +- New tool beautify-archive to beautify a full archive of developments. Changes from V8.1 to V8.2 ========================= |
