From 97fb9f22eadab06fe320ccedf6abfb6be89702f4 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 1 Apr 2008 14:41:07 +0000 Subject: Ajout "simple apply" et "simple eapply" pour apply sans unfold git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10738 85f007b7-540e-0410-9357-904b9bb8a0f7 --- CHANGES | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index ffa6fecb46..ed4f1fa6e2 100644 --- a/CHANGES +++ b/CHANGES @@ -118,7 +118,8 @@ Tactics expressions with explicit occurrences of match or fix. - Better heuristic of lemma unfolding for apply/eapply. - New tactics "eapply in", "erewrite", "erewrite in". -- Unfoldable references can be given by notation rather than by name in unfold. +- Unfoldable references can be given by notation's string rather than by name + in unfold. - The "with" arguments are now typed using informations from the current goal: allows support for coercions and more inference of implicit arguments. - Application of "f_equal"-style lemmas works better. @@ -137,7 +138,9 @@ Tactics induction-inversion on instantiated inductive families à la BasicElim. - 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). + e.g. as argument of a try or a repeat and in a ltac function); + version of apply that does not unfold is renamed into "simple apply" + (usable for compatibility or for automation). - Pattern for hypotheses types in match goal are now interpreted in type_scope. Type Classes -- cgit v1.2.3