Skip to content
Snippets Groups Projects
Commit ba3fae4a authored by Jonas Kastberg's avatar Jonas Kastberg
Browse files

Clean up

parent 946b911f
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,6 @@ Section basics.
l2' #22 -∗
(<! (l1 l2 : loc)> MSG (#l1, #l2) {{ l1 #20 l2 #22 }}; END)%proto
(<! (l1 : loc)> MSG (#l1, #l2') {{ l1 #20 }}; END)%proto.
Proof.
iIntros "Hl2'" (l1) "Hl1". iExists l1, l2'.
iSplitL; eauto with iFrame.
Qed.
Proof. iIntros "Hl2'" (l1) "Hl1". iExists l1, l2'. by iFrame. Qed.
End pair.
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