aboutsummaryrefslogtreecommitdiff
path: root/theories/Program
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Program')
-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 869df369b8..2bf25c8e70 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. *)