Skip to content
Snippets Groups Projects

Fix proof after iris!1035.

Merged Ike Mulder requested to merge snyke7/lambda-rust:ike/fix_limit_iframe_ex into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -234,7 +234,7 @@ Section typing.
iIntros ([[|l|]|] tid F qmax qL ?) "_ _ $ $ Hown"; try done.
iDestruct "Hown" as "[H↦ $]". iDestruct "H↦" as (vl) "[>H↦ #Hown]".
iExists l, _, _. iSplitR; first done.
iFrame "∗#"; auto.
iFrame "∗#". by iIntros "!> $".
Qed.
Lemma read_own_move E L ty n :
Loading