From 5aa2026c7f4fc56d1fbc77785c115949f1cdc391 Mon Sep 17 00:00:00 2001
From: Hoang-Hai Dang <haidang@mpi-sws.org>
Date: Wed, 29 May 2019 09:39:37 +0200
Subject: [PATCH] Bump Iris

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

diff --git a/opam b/opam
index 8237447c..e9c959d9 100644
--- a/opam
+++ b/opam
@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
 install: [make "install"]
 remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
 depends: [
-  "coq-iris" { (= "dev.2019-05-24.0.c9984c7f") | (= "dev") }
+  "coq-iris" { (= "dev.2019-05-28.2.e4644041") | (= "dev") }
 ]
diff --git a/theories/lang/heap.v b/theories/lang/heap.v
index 93a6f98b..4ddbc2ab 100644
--- a/theories/lang/heap.v
+++ b/theories/lang/heap.v
@@ -215,7 +215,7 @@ Section heap.
       {[l +ₗ i := (q, Cinr 0%nat, to_agree v)]}).
   Proof.
     rewrite /heap_mapsto_vec heap_mapsto_eq /heap_mapsto_def /heap_mapsto_st=>?.
-    by rewrite /auth_frag (big_opL_commute (Auth None)) big_opL_commute1 //.
+    rewrite (big_opL_commute auth_frag) big_opL_commute1 //.
   Qed.
 
   Global Instance heap_mapsto_pred_fractional l (P : list val → iProp Σ):
-- 
GitLab