From e9312c579b0eb825d552c681139cd5689ffa6ad2 Mon Sep 17 00:00:00 2001
From: Hoang-Hai Dang <haidang@mpi-sws.org>
Date: Thu, 31 Jan 2019 10:53:37 +0100
Subject: [PATCH] bump iris

---
 opam                          | 2 +-
 theories/examples/hashtable.v | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/opam b/opam
index 087ccf4f..1cf0e109 100644
--- a/opam
+++ b/opam
@@ -10,5 +10,5 @@ install: [make "install"]
 remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/igps" ]
 depends: [
   "coq" { (>= "8.8.2" & < "8.10~") | (= "dev") }
-  "coq-iris" { (= "dev.2019-01-28.2.bfd9a459") | (= "dev") }
+  "coq-iris" { (= "dev.2019-01-30.0.5221eb39") | (= "dev") }
 ]
diff --git a/theories/examples/hashtable.v b/theories/examples/hashtable.v
index fb7258d1..35217eef 100644
--- a/theories/examples/hashtable.v
+++ b/theories/examples/hashtable.v
@@ -1984,11 +1984,9 @@ Section proof.
 
   Lemma Qc_div_div : forall q p1 p2, (q / p1 / p2 = q / (p1 * p2))%Qp.
   Proof.
-    intros.
-    apply Qp_ext.
-    unfold Qp_div; simpl.
-    rewrite Pos2Z.inj_mul Z2Qc_inj_mul Qcanon.Qcinv_mult_distr.
-    rewrite Qcanon.Qcmult_assoc; done.
+    intros. apply Qp_ext.
+    by rewrite /Qp_div /= Pos2Z.inj_mul Z2Qc_inj_mul /Qcanon.Qcdiv
+               Qcanon.Qcinv_mult_distr Qcanon.Qcmult_assoc.
   Qed.
 
   Lemma big_sepL_sep_persistent {A} (Φ : nat → A → vProp Σ) l P {_ : Persistent P}:
-- 
GitLab