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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
tlsomers
Actris
Commits
fef73ef6
Commit
fef73ef6
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fix.
parent
8062c168
No related branches found
No related tags found
No related merge requests found
Changes
2
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/logrel/term_types.v
+1
-1
1 addition, 1 deletion
theories/logrel/term_types.v
with
2 additions
and
2 deletions
theories/channel/channel.v
+
1
−
1
View file @
fef73ef6
...
@@ -21,7 +21,7 @@ In this file we define the three message-passing connectives:
...
@@ -21,7 +21,7 @@ In this file we define the three message-passing connectives:
It is additionaly shown that the channel ownership [c ↣ prot] is closed under
It is additionaly shown that the channel ownership [c ↣ prot] is closed under
the subprotocol relation [⊑] *)
the subprotocol relation [⊑] *)
From
iris
.
heap_lang
Require
Export
lifting
notation
.
From
iris
.
heap_lang
Require
Export
primitive_laws
notation
.
From
iris
.
heap_lang
Require
Import
proofmode
.
From
iris
.
heap_lang
Require
Import
proofmode
.
From
iris
.
heap_lang
.
lib
Require
Import
spin_lock
.
From
iris
.
heap_lang
.
lib
Require
Import
spin_lock
.
From
actris
.
channel
Require
Export
proto
.
From
actris
.
channel
Require
Export
proto
.
...
...
This diff is collapsed.
Click to expand it.
theories/logrel/term_types.v
+
1
−
1
View file @
fef73ef6
...
@@ -34,7 +34,7 @@ non-expansiveness of these type formers is proved. This is important in order to
...
@@ -34,7 +34,7 @@ non-expansiveness of these type formers is proved. This is important in order to
use these type formers to define recursive types. *)
use these type formers to define recursive types. *)
From
iris
.
bi
.
lib
Require
Import
core
.
From
iris
.
bi
.
lib
Require
Import
core
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
heap_lang
Require
Export
spin_lock
.
From
iris
.
heap_lang
Require
Export
lib
.
spin_lock
.
From
actris
.
logrel
Require
Export
model
.
From
actris
.
logrel
Require
Export
model
.
From
actris
.
channel
Require
Export
channel
.
From
actris
.
channel
Require
Export
channel
.
...
...
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