diff options
| author | Hugo Herbelin | 2015-12-05 00:14:37 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2015-12-05 00:58:19 +0100 |
| commit | 387351b4c0ffeff65d8a7192f5073cfd4bd20f53 (patch) | |
| tree | d4a40c40d0f5c4db29be160f3ede1baeb3649e2b /CHANGES | |
| parent | cbceffe424a6b4477eb822f3887776b587503cbd (diff) | |
Changing "destruct !hyp" into "destruct (hyp)" (and similarly for induction)
based on a suggestion of Guillaume M. (done like this in ssreflect).
This is actually consistent with the hack of using "destruct (1)" to
mean the term 1 by opposition to the use of "destruct 1" to mean the
first non-dependent hypothesis of the goal.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ Specification language - Syntax "$(tactic)$" changed to "ltac:(tactic)". +Tactics + +- Syntax "destruct !hyp" changed to "destruct (hyp)", and similarly + for induction. + Changes from V8.5beta2 to V8.5beta3 =================================== |
