From 8d5c6bb8f0cac1339dec7b730997ee30b1517073 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Fri, 22 Sep 2017 19:50:52 +0200 Subject: Remove coq warnings (#28) Replace deprecated functions and theorems from the Coq standard library (version 8.6) by their non-deprecated counterparts. --- lib/Parmov.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Parmov.v') diff --git a/lib/Parmov.v b/lib/Parmov.v index 92bba559..2d09171d 100644 --- a/lib/Parmov.v +++ b/lib/Parmov.v @@ -1564,7 +1564,7 @@ Proof. subst. rewrite update_s. rewrite weak_update_s. apply H1. destruct H. apply no_adherence_src; auto. apply no_adherence_tmp; auto. rewrite update_o. rewrite weak_update_d. apply H1. auto. - auto. apply sym_not_equal. apply disjoint_not_equal. auto. + auto. apply not_eq_sym. apply disjoint_not_equal. auto. Qed. Lemma weak_exec_seq_match: -- cgit