diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-10-11 11:39:18 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-10-11 11:39:18 +0000 |
commit | 56ab825d3fbcd1d517027875245d1cafda68a6dc (patch) | |
tree | d10d1b2e924a332f2d8ecfdffb2684e3908bce53 /CHANGES | |
parent | a807069e370eb1a8f4d7f4e8b72449017a68d891 (diff) |
'match term' now evaluates by default. Added 'lazy' keyword to delay the evaluation of tactics
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6199 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,8 +1,19 @@ Changes from V8.0 ================= +Gallina + - Added disjunctive patterns in match-with patterns +Ltac + +- Semantics of "match t with" changed: if a clause returns a + tactic, it is now applied to the current goal. If it fails, the next + clause or next matching subterm is tried (i.e. it behaves as "match + goal with"). +- New modifier "lazy" for "match t with" and "match goal with" telling + to delay the evaluation of tactic expression. + Changes from V8.0beta to V8.0 ============================= |