From a0e1d1b759066922bee1c7c903f798031ed707f1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 5 Jul 2022 19:35:57 -0400 Subject: [PATCH] update dependencies for later credits --- coq-reloc.opam | 2 +- theories/logic/adequacy.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coq-reloc.opam b/coq-reloc.opam index 9889dc8..c8eab30 100644 --- a/coq-reloc.opam +++ b/coq-reloc.opam @@ -6,7 +6,7 @@ bug-reports: "https://gitlab.mpi-sws.org/dfrumin/reloc/issues" dev-repo: "git+https://gitlab.mpi-sws.org/dfrumin/reloc.git" depends: [ - "coq-iris-heap-lang" { (= "dev.2022-06-28.0.b337ca8c") | (= "dev") } + "coq-iris-heap-lang" { (= "dev.2022-07-05.1.a32f36a9") | (= "dev") } "coq-autosubst" { = "dev" } ] diff --git a/theories/logic/adequacy.v b/theories/logic/adequacy.v index 0bddd07..cf630f3 100644 --- a/theories/logic/adequacy.v +++ b/theories/logic/adequacy.v @@ -24,7 +24,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_heap (heap σ)) ⋅ ◯ ((to_tpool [e'] : tpoolUR, ∅) : cfgUR))) as (γc) "[Hcfg1 Hcfg2]". -- GitLab