diff options
| author | herbelin | 2006-07-11 14:02:49 +0000 |
|---|---|---|
| committer | herbelin | 2006-07-11 14:02:49 +0000 |
| commit | 6f139b30496d263504eee9574a9e54a919ab71d2 (patch) | |
| tree | bcf066b75d7f2301743bf074d7d4df5af2005cc1 | |
| parent | f551066ede9f3f7151777bfe2dc253b2f9d790c0 (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9039 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
