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
00f9af1c
Commit
00f9af1c
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump Iris.
parent
be66a74d
No related branches found
No related tags found
No related merge requests found
Pipeline
#39528
passed
4 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
opam
+1
-1
1 addition, 1 deletion
opam
theories/channel/channel.v
+1
-1
1 addition, 1 deletion
theories/channel/channel.v
theories/channel/proofmode.v
+3
-4
3 additions, 4 deletions
theories/channel/proofmode.v
with
5 additions
and
6 deletions
opam
+
1
−
1
View file @
00f9af1c
...
...
@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/actris" ]
depends: [
"coq-iris-heap-lang" { (= "dev.2020-12-
04.7.68955c65
") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2020-12-
16.3.b615df43
") | (= "dev") }
]
This diff is collapsed.
Click to expand it.
theories/channel/channel.v
+
1
−
1
View file @
00f9af1c
...
...
@@ -22,7 +22,7 @@ In this file we define the three message-passing connectives:
It is additionaly shown that the channel ownership [c ↣ prot] is closed under
the subprotocol relation [⊑] *)
From
iris
.
heap_lang
Require
Export
primitive_laws
notation
.
From
iris
.
heap_lang
Require
Im
port
proofmode
.
From
iris
.
heap_lang
Require
Ex
port
proofmode
.
From
iris
.
heap_lang
.
lib
Require
Import
spin_lock
.
From
actris
.
channel
Require
Export
proto
.
From
actris
.
utils
Require
Import
llist
skip
.
...
...
This diff is collapsed.
Click to expand it.
theories/channel/proofmode.v
+
3
−
4
View file @
00f9af1c
...
...
@@ -7,10 +7,9 @@ standard pattern using type classes to perform the normalization.
In addition to the tactics for symbolic execution, this file defines the tactic
[solve_proto_contractive], which can be used to automatically prove that
recursive protocols are contractive. *)
From
iris
.
proofmode
Require
Import
coq_tactics
reduction
spec_patterns
.
From
iris
.
heap_lang
Require
Export
proofmode
notation
.
From
iris
.
proofmode
Require
Export
tactics
.
From
actris
Require
Export
channel
.
From
iris
.
proofmode
Require
Import
coq_tactics
reduction
spec_patterns
.
(** * Tactics for proving contractiveness of protocols *)
Ltac
f_dist_le
:=
...
...
@@ -280,7 +279,7 @@ Lemma tac_wp_send `{!chanG Σ, !heapG Σ} {TT : tele} Δ neg i js K c v p m tv t
MsgTele
m
tv
tP
tp
→
let
Δ'
:=
envs_delete
false
i
false
Δ
in
(
∃
.
.
x
:
TT
,
match
envs_split
(
if
neg
is
true
then
Right
else
Left
)
js
Δ'
with
match
envs_split
(
if
neg
is
true
then
base
.
Right
else
base
.
Left
)
js
Δ'
with
|
Some
(
Δ1
,
Δ2
)
=>
match
envs_app
false
(
Esnoc
Enil
i
(
c
↣
tele_app
tp
x
))
Δ2
with
|
Some
Δ2'
=>
...
...
@@ -428,7 +427,7 @@ Lemma tac_wp_select `{!chanG Σ, !heapG Σ} Δ neg i js K
envs_lookup
i
Δ
=
Some
(
false
,
c
↣
p
)
%
I
→
ProtoNormalize
false
p
[]
(
p1
<
{
P1
}
+
{
P2
}
>
p2
)
→
let
Δ'
:=
envs_delete
false
i
false
Δ
in
match
envs_split
(
if
neg
is
true
then
Right
else
Left
)
js
Δ'
with
match
envs_split
(
if
neg
is
true
then
base
.
Right
else
base
.
Left
)
js
Δ'
with
|
Some
(
Δ1
,
Δ2
)
=>
match
envs_app
false
(
Esnoc
Enil
i
(
c
↣
if
b
then
p1
else
p2
))
Δ2
with
|
Some
Δ2'
=>
...
...
This diff is collapsed.
Click to expand it.
Robbert Krebbers
@robbertkrebbers
mentioned in merge request
iris!554 (merged)
·
4 years ago
mentioned in merge request
iris!554 (merged)
mentioned in merge request iris!554
Toggle commit list
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