diff options
| author | letouzey | 2010-06-18 17:14:20 +0000 |
|---|---|---|
| committer | letouzey | 2010-06-18 17:14:20 +0000 |
| commit | c606dc386d81fc2f5e3aa6b3787f2095a0dee316 (patch) | |
| tree | ad6696c7a7e5cf74a397a663f394257aca1933aa /CHANGES | |
| parent | 5818c354fff1671fac26345ed9d6300ac25efcb2 (diff) | |
Documentation of clear dependent and revert dependent
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13166 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ Other tactics - In "simpl c" and "change c with d", c can be a pattern. - Tactic "revert" now preserves let-in's making it the exact inverse of "intro". +- New tactics "clear dependent H" and "revert dependent H" that + clears (resp. reverts) H and all the hypotheses that depend on H. - Ltac's pattern-matching now supports matching metavariables that depend on variables bound upwards in the pattern. |
