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

Bumped Coq 8.12 warning fixes

parent 3ce80f37
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ Section sort.
Definition sort_protocol_func : iProto Σ :=
(<! A (I : A val iProp Σ) (R : A A Prop)
`{!RelDecision R, !Total R} (cmp : val)>
`(!RelDecision R, !Total R) (cmp : val)>
MSG cmp {{ cmp_spec I R cmp }};
sort_protocol I R)%proto.
......
......@@ -294,7 +294,7 @@ Section sort_fg.
Definition sort_fg_func_protocol : iProto Σ :=
(<! A (I : A val iProp Σ) (R : A A Prop)
`{!RelDecision R, !Total R} (cmp : val)>
`(!RelDecision R, !Total R) (cmp : val)>
MSG cmp {{ cmp_spec I R cmp }};
sort_fg_head_protocol I R [])%proto.
......@@ -307,4 +307,4 @@ Section sort_fg.
wp_recv (A I R ? ? cmp) as "#Hcmp".
by wp_apply (sort_service_fg_spec with "Hcmp Hc").
Qed.
End sort_fg.
\ No newline at end of file
End sort_fg.
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