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

Whitespace cleanup

parent eb01938a
No related branches found
No related tags found
No related merge requests found
......@@ -500,12 +500,12 @@ Section properties.
- wp_apply "Hv2". iApply "Hc2".
- iIntros (w1 w2) "[Hw1 Hw2]".
iSplitL "Hw1 Hw2".
+ iExists _, _. iFrame. done.
+ iExists _, _. iFrame. done.
+ iApply "Hsplit2". iFrame "HΓ1' HΓ2'".
Qed.
End with_spawn.
Lemma ltyped_send Γ Γ' (x : string) e A S :
Γ' !! x = Some (chan (<!!> TY A; S))%lty
(Γ e : A Γ') -∗
......
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