aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Program/Equality.v
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-09-03 00:03:32 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-09-03 00:03:32 +0000
commit4da5cd28c6080ceeb66acc2163cf10a43e8bcade (patch)
tree234a9ce79d2482d782c13caccbfda544edb607d9 /theories/Program/Equality.v
parent17550e80aa0c7fbeaec13d46629c92de6967b1d1 (diff)
Correct handling of implicit arguments in [Equations] definitions,
support for "where" notation declarations as well. Better checking of recursivity or not, after type-checking. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11354 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Program/Equality.v')
-rw-r--r--theories/Program/Equality.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Program/Equality.v b/theories/Program/Equality.v
index 869df369b..2bf25c8e7 100644
--- a/theories/Program/Equality.v
+++ b/theories/Program/Equality.v
@@ -389,7 +389,7 @@ Ltac depelim id :=
(used internally). *)
Ltac destruct_last :=
- on_last_hyp ltac:(fun id => generalize_eqs id ; destruct id).
+ on_last_hyp ltac:(fun id => simpl in id ; generalize_eqs id ; destruct id).
(** The rest is support tactics for the [Equations] command. *)