diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-06-05 16:59:12 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-06-05 16:59:12 +0000 |
commit | 4d06337f9f21b62fa15763f8aee0471e78490150 (patch) | |
tree | 0921ec013e5a45278dab764ac0ae39e608c4482f /CHANGES | |
parent | 9dea6a7404a251dbf7c467b445aca2686de59d22 (diff) |
CHANGES: mention the end of induction principles for records
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15426 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ Changes from V8.4 ================= +Vernacular commands + +- The command "Record foo ..." does not generate induction principles + (foo_rect, foo_rec, foo_ind) anymore by default (feature wish #2693). + A flag "Set/Unset Record Elimination Schemes" allows to change this. + The tactic "induction" on a record is now actually doing "destruct". + Tactics - Tactics btauto, a reflexive boolean tautology solver. |