From 7c68f352dbfe0a0b079d0dbdfa098215a860cad7 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 11 Feb 2021 18:57:29 +0100 Subject: [PATCH] update dependencies --- opam | 2 +- theories/prelude/bijections.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opam b/opam index 9a448ba..196b2f8 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-heap-lang" { (= "dev.2021-02-03.0.9534c656") | (= "dev") } + "coq-iris-heap-lang" { (= "dev.2021-02-10.0.7b4a04ce") | (= "dev") } "coq-autosubst" { = "dev" } ] diff --git a/theories/prelude/bijections.v b/theories/prelude/bijections.v index 50171bb..a50655c 100644 --- a/theories/prelude/bijections.v +++ b/theories/prelude/bijections.v @@ -94,7 +94,7 @@ Section logic. - apply auth_update_alloc. apply (gset_local_update _ _ (({[(a, b)]} : gset (A * B)) ∪ L)). apply union_subseteq_r. - - rewrite -gset_op_union auth_frag_op !own_op. + - rewrite -gset_op auth_frag_op !own_op. iDestruct "HL" as "[$ [$ _]]". iModIntro. iPureIntro. by apply bijective_extend. -- GitLab