Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
Actris
Commits
e6186854
"git-rts@gitlab.mpi-sws.org:amintimany/iris-coq.git" did not exist on "b853c0af4bd282aec907509990f8aba0a335da79"
Commit
e6186854
authored
5 years ago
by
jihgfee
Browse files
Options
Downloads
Patches
Plain Diff
Bumped loop sort
parent
f5cc499f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/examples/loop_sort.v
+2
-2
2 additions, 2 deletions
theories/examples/loop_sort.v
with
2 additions
and
2 deletions
theories/examples/loop_sort.v
+
2
−
2
View file @
e6186854
...
@@ -37,10 +37,10 @@ Section loop_sort.
...
@@ -37,10 +37,10 @@ Section loop_sort.
Proof
.
Proof
.
iIntros
(
Ψ
)
"Hc HΨ"
.
iLöb
as
"IH"
forall
(
c
Ψ
)
.
iIntros
(
Ψ
)
"Hc HΨ"
.
iLöb
as
"IH"
forall
(
c
Ψ
)
.
wp_rec
.
rewrite
{
2
}
loop_sort_protocol_unfold
.
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"
.
{
wp_apply
(
list_sort_service_spec
with
"Hc"
);
iIntros
"Hc"
.
by
wp_apply
(
"IH"
with
"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
(
start_chan_proto_spec
N
loop_sort_protocol
);
iIntros
(
d
)
"Hd"
.
{
wp_apply
(
"IH"
with
"Hd"
);
auto
.
}
{
wp_apply
(
"IH"
with
"Hd"
);
auto
.
}
wp_apply
(
send_proto_spec
with
"Hc"
);
simpl
.
wp_apply
(
send_proto_spec
with
"Hc"
);
simpl
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment