diff options
author | msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-25 10:56:36 +0000 |
---|---|---|
committer | msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-25 10:56:36 +0000 |
commit | 1e1d06303d476b1e7f171dc09ed1e18508e20436 (patch) | |
tree | eb4f4125c96d6e8e5e45420b07ec142bbd5a6766 /CHANGES | |
parent | 467fb77527b75cf6c214aa3b72b2826cae2e18ae (diff) |
Interpret patterns for hypotheses types in match goal in type_scope (if not a
context [] pattern). May break some user contribs...
Rename clsubstitute to substitute.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10716 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ Tactics - Tactic apply now able to reason modulo unfolding of constants (possible source of incompatibility in situations where apply may fail, e.g. as argument of a try or a repeat and in a ltac function). +- Pattern for hypotheses types in match goal are now interpreted in type_scope. Type Classes |