From f85d5e618c2b707060fdfab6f9ba041f9f3c44c7 Mon Sep 17 00:00:00 2001
From: Robbert Krebbers <mail@robbertkrebbers.nl>
Date: Fri, 8 Nov 2019 08:45:08 +0100
Subject: [PATCH] Bump Iris.

---
 opam                               | 2 +-
 theories/lifetime/model/reborrow.v | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opam b/opam
index 7a682dd1..aba89f11 100644
--- a/opam
+++ b/opam
@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
 depends: [
-  "coq-gpfsl" { (= "dev.2019-10-10.1.048c330a") | (= "dev") }
+  "coq-gpfsl" { (= "dev.2019-11-07.3.ed0b4138") | (= "dev") }
 ]
diff --git a/theories/lifetime/model/reborrow.v b/theories/lifetime/model/reborrow.v
index bba7a7df..e7c06d92 100644
--- a/theories/lifetime/model/reborrow.v
+++ b/theories/lifetime/model/reborrow.v
@@ -13,8 +13,8 @@ Proof.
     rewrite assoc (comm op σ' σ). by exists σ''.
 Qed.
 
-Lemma and_extract_own `{inG Σ A} γ σ (P : iProp Σ) :
-  own γ σ ∧ P -∗ own γ σ ∗ (own γ σ -∗ P).
+Lemma and_extract_own `{inG Σ A} γ (x : A) (P : iProp Σ) :
+  own γ x ∧ P -∗ own γ x ∗ (own γ x -∗ P).
 Proof. rewrite own_eq. apply and_extract_ownM. Qed.
 
 Lemma and_extract_own_bor `{lftG Lat E0 Σ} κ σ (P : iProp Σ) :
-- 
GitLab