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

Merge branch 'ike/fix_limit_iframe_ex' into 'master'

Fix proof after iris!1035.

See merge request !36
parents 9003ab64 ba676fcb
No related branches found
No related tags found
1 merge request!36Fix proof after iris/iris!1035.
Pipeline #98142 passed
......@@ -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 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment