diff options
| author | herbelin | 2013-03-21 19:13:04 +0000 |
|---|---|---|
| committer | herbelin | 2013-03-21 19:13:04 +0000 |
| commit | d223f85d0fd57ce74dcdcc8690a36f1ef87b408d (patch) | |
| tree | 4f3fa4d34ae00cb438f5b5d77087d89edeca027f /CHANGES | |
| parent | f687552465f86bfd66ada997a26486b2a20d5363 (diff) | |
Using hnf instead of "intro H" for forcing reduction to a product.
Added full betaiota in hnf. This seems more natural, even if it
changes the strict meaning of hnf. This is source of incompatibilities
as "intro" might succeed more often.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16338 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ Tactics - Tactic notations can now be defined locally to a module (use "Local" prefix). - Tactic "red" now reduces head beta-iota redexes (potential source of rare incompatibilities). +- Tactic "hnf" now reduces inner beta-iota redexes + (potential source of rare incompatibilities). +- Tactic "intro H" now reduces beta-iota redexes if these hide a product + (potential source of rare incompatibilities). Program |
