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
86b44268
Commit
86b44268
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bugs
parent
0918e16a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#33064
passed
4 years ago
Stage: build
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/channel/channel.v
+1
-1
1 addition, 1 deletion
theories/channel/channel.v
theories/channel/proto.v
+5
-4
5 additions, 4 deletions
theories/channel/proto.v
with
6 additions
and
5 deletions
theories/channel/channel.v
+
1
−
1
View file @
86b44268
...
...
@@ -112,7 +112,7 @@ Notation "c ↣ p" := (iProto_mapsto c p)
Instance
iProto_mapsto_contractive
`{
!
heapG
Σ
,
!
chanG
Σ
}
c
:
Contractive
(
iProto_mapsto
c
)
.
Proof
.
rewrite
iProto_mapsto_eq
.
solve_contractive
.
Proof
.
rewrite
iProto_mapsto_eq
.
solve_contractive
.
Qed
.
Definition
iProto_choice
{
Σ
}
(
a
:
action
)
(
P1
P2
:
iProp
Σ
)
(
p1
p2
:
iProto
Σ
)
:
iProto
Σ
:=
...
...
This diff is collapsed.
Click to expand it.
theories/channel/proto.v
+
5
−
4
View file @
86b44268
...
...
@@ -268,6 +268,11 @@ Arguments iProto_le {_ _} _%proto _%proto.
Instance
:
Params
(
@
iProto_le
)
2
:=
{}
.
Notation
"p ⊑ q"
:=
(
iProto_le
p
q
)
:
bi_scope
.
Instance
iProto_le_ne
{
Σ
V
}
:
NonExpansive2
(
@
iProto_le
Σ
V
)
.
Proof
.
solve_proper
.
Qed
.
Instance
iProto_le_proper
{
Σ
V
}
:
Proper
((
≡
)
==>
(
≡
)
==>
(
⊣⊢
))
(
@
iProto_le
Σ
V
)
.
Proof
.
solve_proper
.
Qed
.
Fixpoint
iProto_interp_aux
{
Σ
V
}
(
n
:
nat
)
(
vsl
vsr
:
list
V
)
(
pl
pr
:
iProto
Σ
V
)
:
iProp
Σ
:=
match
n
with
...
...
@@ -544,10 +549,6 @@ Section proto.
Lemma
iProto_le_unfold
p1
p2
:
iProto_le
p1
p2
≡
iProto_le_pre
iProto_le
p1
p2
.
Proof
.
apply
:
(
fixpoint_unfold
iProto_le_pre'
)
.
Qed
.
Global
Instance
iProto_le_ne
:
NonExpansive2
(
@
iProto_le
Σ
V
)
.
Proof
.
solve_proper
.
Qed
.
Global
Instance
iProto_le_proper
:
Proper
((
≡
)
==>
(
≡
)
==>
(
⊣⊢
))
(
@
iProto_le
Σ
V
)
.
Proof
.
solve_proper
.
Qed
.
Global
Instance
iProto_le_is_except_0
p1
p2
:
IsExcept0
(
p1
⊑
p2
)
.
Proof
.
rewrite
/
IsExcept0
/
bi_except_0
.
iIntros
"[H|$]"
.
...
...
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