From 4c4298f17e69783c4df9d9a4709268932b8100f8 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 15 Mar 2017 09:48:19 +0100 Subject: [PATCH] fix build --- theories/typing/lib/rc.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theories/typing/lib/rc.v b/theories/typing/lib/rc.v index 10bebd75..a3ceea19 100644 --- a/theories/typing/lib/rc.v +++ b/theories/typing/lib/rc.v @@ -77,7 +77,7 @@ Section rc. iClear "H↦ Hinv Hpb". iMod (bor_acc_cons with "LFT Hb Htok") as "[HP Hclose2]"; first solve_ndisj. set (X := (∃ _ _ _, _)%I). - iModIntro. iNext. iAssert X with ">[HP]" as "HX". + iModIntro. iNext. iAssert X with "[>HP]" as "HX". { iDestruct "HP" as "[[Hl' [H†Hown]]|$]"; last done. iMod (lft_create with "LFT") as (ν) "[[Hν1 Hν2] #Hν†]"; first solve_ndisj. (* TODO: We should consider changing the statement of bor_create to dis-entangle the two masks such that this is no longer necessary. *) @@ -96,7 +96,7 @@ Section rc. { iNext. iIntros "HX". iModIntro. iNext. iRight. iExists γ, ν, q'. iExact "HX". } { iNext. by iFrame "#∗". } - iAssert C with ">[HX]" as "#HC". + iAssert C with "[>HX]" as "#HC". { iExists _, _, _. iFrame "Hinv". iMod (bor_sep with "LFT HX") as "[_ HX]"; first solve_ndisj. iMod (bor_sep with "LFT HX") as "[Hrc HX]"; first solve_ndisj. -- GitLab