Skip to content
Snippets Groups Projects
Commit 360cb44f authored by Ralf Jung's avatar Ralf Jung
Browse files

fix FIXME

parent 2f832315
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -62,8 +62,7 @@ Section join_handle.
Proof.
iIntros (??? vl) "Hvl". destruct vl as [|[[|vl|]|] [|]]; try done.
simpl. iApply (join_handle_impl with "[] Hvl"). iIntros "!# * Hv".
unfold join_inv. iApply own_send. (* FIXME: Why does "iApply send_change_tid" not work? *)
done.
unfold join_inv. iApply @send_change_tid. done.
Qed.
Global Instance join_handle_sync ty :
......
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