aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2015-07-30 19:20:39 +0200
committerHugo Herbelin2015-08-02 15:06:53 +0200
commitcb0dea2a0c2993d4ca7747afc61fecdbb1c525b1 (patch)
treee910d8dd975bf7a2716ae94fe457409f0d0b2da1
parent1eb48ca8695a26fa5ca248a2201a164f90885360 (diff)
Documenting change of behavior of apply when the lemma is a tuple and
applying a component of the tuple.
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 733bcc7cf5..2e5e30ef8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,7 +35,6 @@ API
* A new safe pf_type_of function.
All uses of unsafe_* functions should be eventually eliminated.
-
Tools
- Added an option -w to control the output of coqtop warnings.
@@ -359,6 +358,10 @@ Tactics
trace anymore. Use "Info 1 auto" instead. The same goes for
"info_trivial". On the other hand "info_eauto" still works fine,
while "Info 1 eauto" prints a trivial trace.
+- When using a lemma of the prototypical form "forall A, {a:A & P a}",
+ "apply" and "apply in" do not instantiate anymore "A" with the
+ current goal and use "a" as the proof, as they were sometimes doing,
+ now considering that it is a too powerful decision.
Program