Skip to content
Snippets Groups Projects
Commit db2b13d2 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Forward compatibility fix for iris/stdpp!555

parent 2af07299
Branches
Tags
No related merge requests found
Pipeline #105294 passed
......@@ -38,7 +38,8 @@ Lemma own_ilft_auth_agree (I : gmap lft lft_names) κ γs :
Proof.
iIntros "HI Hκ". iDestruct (own_valid_2 with "HI Hκ")
as %[[? [Hl ?]]%singleton_included_l _]%auth_both_valid_discrete.
unfold to_ilftUR in *. simplify_map_eq.
revert Hl. rewrite /to_ilftUR lookup_fmap.
case: (I !! _)=> [γs'|] Hl; first by eauto.
destruct (fmap_Some_equiv_1 _ _ _ Hl) as (?&?&?). eauto.
Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment