Skip to content
Snippets Groups Projects
Commit 2fcbb025 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Fix build. Now, this was a compatibility problem....

parent a4541ee5
Branches
Tags
No related merge requests found
Pipeline #
......@@ -143,7 +143,8 @@ Section lft_contexts.
Lemma incl_local κ κ' κs : (κ, κs) L κ' κs incl κ κ'.
Proof.
iIntros (? Hκ'κs) "_ H". iDestruct "H" as %(κ0 & EQ). done. simpl in EQ; subst.
iIntros (? Hκ'κs) "_ H". iDestruct "H" as %HL.
edestruct HL as [κ0 EQ]. done. simpl in EQ; subst.
iApply lft_le_incl. etrans; last by apply gmultiset_union_subseteq_l.
clear -Hκ'κs. induction Hκ'κs.
- apply gmultiset_union_subseteq_l.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment