diff options
| author | Arnaud Spiwack | 2015-02-19 09:59:32 +0100 |
|---|---|---|
| committer | Arnaud Spiwack | 2015-02-24 16:37:04 +0100 |
| commit | 9ba579bb98ac8e8964a9baea376ce0c9a89f2615 (patch) | |
| tree | fbe429b7acfab44a2c6d3acb3163d54304cf7c4d | |
| parent | 2734891ab7e90c5b488416d11c3dc41c224773e7 (diff) | |
CHANGES: Info command + info_auto currently broken.
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -260,6 +260,12 @@ Tactics an inductive type with indices is fixed - residual local definitions are now correctly removed. - The rename tactic may now replace variables in parallel. +- A new "Info" command replaces the "info" tactical discontinued in + v8.4. It still gives informative results in many cases. +- The "info_auto" tactic is known to be broken and does not print a + trace anymore. Use "Info 1 auto" instead. The same goes for + "info_trivial". On the other hand "info_eauto" still works fine, + while "Info 1 eauto" prints a trivial trace. Program |
