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

Bumped to work with Coq 8.10

parent a4707ed5
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ Section sort. ...@@ -143,7 +143,7 @@ Section sort.
wp_apply (start_chan_proto_spec sort_protocol_func); iIntros (c) "Hc". wp_apply (start_chan_proto_spec sort_protocol_func); iIntros (c) "Hc".
{ rewrite -(right_id END%proto _ (iProto_dual _)). { rewrite -(right_id END%proto _ (iProto_dual _)).
wp_apply (sort_service_func_spec with "Hc"); auto. } wp_apply (sort_service_func_spec with "Hc"); auto. }
wp_send with "[$Hcmp]". wp_send (A I R) with "[$Hcmp]".
wp_send with "[$Hl]". wp_send with "[$Hl]".
wp_recv (ys) as "(Hsorted & Hperm & Hl)". wp_recv (ys) as "(Hsorted & Hperm & Hl)".
wp_pures. iApply "HΦ"; iFrame. wp_pures. iApply "HΦ"; iFrame.
......
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