Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Actris
Commits
e6186854
Commit
e6186854
authored
Jun 28, 2019
by
jihgfee
Browse files
Bumped loop sort
parent
f5cc499f
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/examples/loop_sort.v
View file @
e6186854
...
...
@@ -37,10 +37,10 @@ Section loop_sort.
Proof
.
iIntros
(
Ψ
)
"Hc HΨ"
.
iL
ö
b
as
"IH"
forall
(
c
Ψ
).
wp_rec
.
rewrite
{
2
}
loop_sort_protocol_unfold
.
wp_apply
(
branch_spec
with
"Hc"
)
;
iIntros
([])
"/= Hc"
;
wp_if
.
wp_apply
(
branch_spec
with
"Hc"
)
;
iIntros
([])
"/=
[
Hc
_]
"
;
wp_if
.
{
wp_apply
(
list_sort_service_spec
with
"Hc"
)
;
iIntros
"Hc"
.
by
wp_apply
(
"IH"
with
"Hc"
).
}
wp_apply
(
branch_spec
with
"Hc"
)
;
iIntros
([])
"/= Hc"
;
wp_if
.
wp_apply
(
branch_spec
with
"Hc"
)
;
iIntros
([])
"/=
[
Hc
_]
"
;
wp_if
.
-
wp_apply
(
start_chan_proto_spec
N
loop_sort_protocol
)
;
iIntros
(
d
)
"Hd"
.
{
wp_apply
(
"IH"
with
"Hd"
)
;
auto
.
}
wp_apply
(
send_proto_spec
with
"Hc"
)
;
simpl
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment