From 4ce1d1a92afbc2be30cbe4cc3c7789c184641144 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 16 Oct 2020 09:27:49 +0200
Subject: [PATCH] update dependencies; fix for or_comm shadowing

---
 opam                        | 2 +-
 theories/experimental/cka.v | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opam b/opam
index 4989517..46637ba 100644
--- a/opam
+++ b/opam
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
 depends: [
-  "coq-iris" { (= "dev.2020-10-13.1.5558d66d") | (= "dev") }
+  "coq-iris" { (= "dev.2020-10-15.2.f4060bb5") | (= "dev") }
   "coq-autosubst" { = "dev.coq86" }
 ]
diff --git a/theories/experimental/cka.v b/theories/experimental/cka.v
index 9a03a12..9f83118 100644
--- a/theories/experimental/cka.v
+++ b/theories/experimental/cka.v
@@ -53,7 +53,7 @@ Lemma plus_comm e f :
   ∅ ⊢ₜ f : TUnit →
   ∅ ⊨ (e ⊕ f) =ctx= (f ⊕ e) : TUnit.
 Proof.
-  intros He Hf. split; use_logrel/=; iApply or_comm; fundamental.
+  intros He Hf. split; use_logrel/=; iApply or.or_comm; fundamental.
 Qed.
 
 Lemma plus_assoc e f g :
-- 
GitLab