From 15526ec5d3ab67939c74d78c3383ac8463018eef Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 18 May 2020 16:27:48 +0200
Subject: [PATCH] update Iris

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

diff --git a/opam b/opam
index fc6b8b5..febee4c 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-04-16.1.4b6f5dc6") | (= "dev") }
+  "coq-iris" { (= "dev.2020-05-18.2.fdda97e8") | (= "dev") }
   "coq-autosubst" { = "dev.coq86" }
 ]
diff --git a/theories/logic/adequacy.v b/theories/logic/adequacy.v
index cc28460..bb0ac2a 100644
--- a/theories/logic/adequacy.v
+++ b/theories/logic/adequacy.v
@@ -28,7 +28,7 @@ Lemma refines_adequate Σ `{relocPreG Σ}
             ∧ P v v').
 Proof.
   intros HA Hlog.
-  eapply (heap_adequacy Σ _); iIntros (Hinv).
+  eapply (heap_adequacy Σ _); iIntros (Hinv) "_".
   iMod (own_alloc (● (to_tpool [e'], to_gen_heap (heap σ))
     ⋅ ◯ ((to_tpool [e'] : tpoolUR, ∅) : cfgUR)))
     as (γc) "[Hcfg1 Hcfg2]".
-- 
GitLab