aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2006-07-11 14:02:49 +0000
committerherbelin2006-07-11 14:02:49 +0000
commit6f139b30496d263504eee9574a9e54a919ab71d2 (patch)
treebcf066b75d7f2301743bf074d7d4df5af2005cc1
parentf551066ede9f3f7151777bfe2dc253b2f9d790c0 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9039 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index de640f102f..b134073bf3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,7 +34,8 @@ Ltac and tactic syntactic extensions
- New semantics for "match t with": 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" does) (doc TODO-HH).
+ goal with" does). The keyword "lazymatch" can be used to delay the
+ evaluation of tactics occurring in matching clauses.
- Hint base names can be parametric in auto and trivial.
- Occurrence values can be parametric in unfold, pattern, etc.
- Added entry constr_may_eval for tactic extensions.