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
6dd37799
Commit
6dd37799
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Move → forward.
parent
4ee81b49
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/examples/sort_fg.v
+5
-5
5 additions, 5 deletions
theories/examples/sort_fg.v
with
5 additions
and
5 deletions
theories/examples/sort_fg.v
+
5
−
5
View file @
6dd37799
...
@@ -14,7 +14,7 @@ Definition sort_service_fg_split : val :=
...
@@ -14,7 +14,7 @@ Definition sort_service_fg_split : val :=
send
"c1"
#
cont
;;
send
"c1"
"x"
;;
send
"c1"
#
cont
;;
send
"c1"
"x"
;;
"go"
"c"
"c2"
"c1"
.
"go"
"c"
"c2"
"c1"
.
Definition
sort_service_fg_
move
:
val
:=
Definition
sort_service_fg_
forward
:
val
:=
rec
:
"go"
"c"
"cin"
:=
rec
:
"go"
"c"
"cin"
:=
if
:
~
(
recv
"cin"
)
then
send
"c"
#
stop
else
if
:
~
(
recv
"cin"
)
then
send
"c"
#
stop
else
let
:
"x"
:=
recv
"cin"
in
let
:
"x"
:=
recv
"cin"
in
...
@@ -25,7 +25,7 @@ Definition sort_service_fg_merge : val :=
...
@@ -25,7 +25,7 @@ Definition sort_service_fg_merge : val :=
rec
:
"go"
"cmp"
"c"
"x1"
"c1"
"c2"
:=
rec
:
"go"
"cmp"
"c"
"x1"
"c1"
"c2"
:=
if
:
~recv
"c2"
then
if
:
~recv
"c2"
then
send
"c"
#
cont
;;
send
"c"
"x1"
;;
send
"c"
#
cont
;;
send
"c"
"x1"
;;
sort_service_fg_
move
"c"
"c1"
sort_service_fg_
forward
"c"
"c1"
else
else
let
:
"x2"
:=
recv
"c2"
in
let
:
"x2"
:=
recv
"c2"
in
if
:
"cmp"
"x1"
"x2"
then
if
:
"cmp"
"x1"
"x2"
then
...
@@ -114,7 +114,7 @@ Section sort_fg.
...
@@ -114,7 +114,7 @@ Section sort_fg.
iApply
(
"HΨ"
$!
[]
[]
[])
.
rewrite
!
right_id_L
.
by
iFrame
.
iApply
(
"HΨ"
$!
[]
[]
[])
.
rewrite
!
right_id_L
.
by
iFrame
.
Qed
.
Qed
.
Lemma
sort_service_fg_
move
_spec
c
p
cin
xs
ys
zs
xs'
ys'
:
Lemma
sort_service_fg_
forward
_spec
c
p
cin
xs
ys
zs
xs'
ys'
:
xs
≡
ₚ
xs'
++
zs
→
xs
≡
ₚ
xs'
++
zs
→
ys
≡
ₚ
ys'
++
zs
→
ys
≡
ₚ
ys'
++
zs
→
Sorted
R
ys
→
Sorted
R
ys
→
...
@@ -123,7 +123,7 @@ Section sort_fg.
...
@@ -123,7 +123,7 @@ Section sort_fg.
c
↣
iProto_dual
(
sort_fg_tail_protocol
xs
ys
)
<++>
p
@
N
∗
c
↣
iProto_dual
(
sort_fg_tail_protocol
xs
ys
)
<++>
p
@
N
∗
cin
↣
sort_fg_tail_protocol
xs'
ys'
@
N
cin
↣
sort_fg_tail_protocol
xs'
ys'
@
N
}}}
}}}
sort_service_fg_
move
c
cin
sort_service_fg_
forward
c
cin
{{{
RET
#
();
c
↣
p
@
N
∗
cin
↣
END
@
N
}}}
.
{{{
RET
#
();
c
↣
p
@
N
∗
cin
↣
END
@
N
}}}
.
Proof
.
Proof
.
iIntros
(
Hxs
Hys
Hsorted
Hrel
Ψ
)
"[Hc Hcin] HΨ"
.
iIntros
(
Hxs
Hys
Hsorted
Hrel
Ψ
)
"[Hc Hcin] HΨ"
.
...
@@ -182,7 +182,7 @@ Section sort_fg.
...
@@ -182,7 +182,7 @@ Section sort_fg.
*
intros
x'
.
*
intros
x'
.
inversion
1
;
discriminate_list
||
simplify_list_eq
.
by
constructor
.
inversion
1
;
discriminate_list
||
simplify_list_eq
.
by
constructor
.
-
wp_select
.
wp_send
with
"[$HIy1 //]"
.
-
wp_select
.
wp_send
with
"[$HIy1 //]"
.
wp_apply
(
sort_service_fg_
move
_spec
with
"[$Hc $Hc1]"
)
.
wp_apply
(
sort_service_fg_
forward
_spec
with
"[$Hc $Hc1]"
)
.
*
done
.
*
done
.
*
by
rewrite
Hys
Hys2
-!
assoc_L
(
comm
_
xs2
)
.
*
by
rewrite
Hys
Hys2
-!
assoc_L
(
comm
_
xs2
)
.
*
by
apply
Sorted_snoc
.
*
by
apply
Sorted_snoc
.
...
...
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