aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Heaps.v
diff options
context:
space:
mode:
authorVincent Laporte <vbgl@users.noreply.github.com>2019-03-25 10:45:46 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-03-25 10:45:45 +0100
commit624553ae0b0be62a16ff4bcc9df358f71b759815 (patch)
tree34803b6e1070e3909ff3f17001a042d9515c4738 /lib/Heaps.v
parentc85e957812d4581f17a534f3754c555a6a2a2243 (diff)
downloadcompcert-kvx-624553ae0b0be62a16ff4bcc9df358f71b759815.tar.gz
compcert-kvx-624553ae0b0be62a16ff4bcc9df358f71b759815.zip
Minor simplifications in two proofs. (#280)
Preparation for Coq PR 9725 that may make `eauto` stronger.
Diffstat (limited to 'lib/Heaps.v')
-rw-r--r--lib/Heaps.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Heaps.v b/lib/Heaps.v
index 2a21f88c..9fa07a1d 100644
--- a/lib/Heaps.v
+++ b/lib/Heaps.v
@@ -432,7 +432,7 @@ Lemma lt_heap_In:
Proof.
induction h; simpl; intros.
contradiction.
- intuition. apply le_lt_trans with x0; auto. red. left. apply E.eq_sym; auto.
+ intuition. apply le_lt_trans with x0; auto. red. left. assumption.
Qed.
Lemma findMax_max: