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

Fix FIXME.

The hypothesis was introduced into the pure context, because it is
convertible to True. IMHO, the ** introduction pattern is not something
that should be used often, so, I replace it.
parent ebddbb7f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -65,13 +65,8 @@ Section join_handle. ...@@ -65,13 +65,8 @@ Section join_handle.
unfold join_inv. iApply @send_change_tid. done. unfold join_inv. iApply @send_change_tid. done.
Qed. Qed.
Global Instance join_handle_sync ty : Global Instance join_handle_sync ty : Sync (join_handle ty).
Sync (join_handle ty). Proof. iIntros (????) "_ //". Qed.
Proof.
iIntros (????) "**". (* FIXME: Why did it throw away the assumption we should have gotten? *)
done.
Qed.
End join_handle. End join_handle.
Section spawn. Section spawn.
......
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