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
a15377fd
Commit
a15377fd
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Rename telescope file.
parent
49ac37b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_CoqProject
+1
-1
1 addition, 1 deletion
_CoqProject
theories/logrel/session_types.v
+1
-1
1 addition, 1 deletion
theories/logrel/session_types.v
theories/logrel/telescopes.v
+0
-0
0 additions, 0 deletions
theories/logrel/telescopes.v
theories/logrel/term_types.v
+1
-1
1 addition, 1 deletion
theories/logrel/term_types.v
with
3 additions
and
3 deletions
_CoqProject
+
1
−
1
View file @
a15377fd
...
...
@@ -19,7 +19,7 @@ theories/examples/map.v
theories/examples/map_reduce.v
theories/examples/subprotocols.v
theories/logrel/model.v
theories/logrel/
kind_tele
.v
theories/logrel/
telescopes
.v
theories/logrel/subtyping.v
theories/logrel/environments.v
theories/logrel/term_types.v
...
...
This diff is collapsed.
Click to expand it.
theories/logrel/session_types.v
+
1
−
1
View file @
a15377fd
...
...
@@ -3,7 +3,7 @@ protocols. It includes session types for sending and receiving with session
polymorphism, as well as n-ary choice. Recursive protocols are defined in
the model.v file. *)
From
iris
.
algebra
Require
Export
gmap
.
From
actris
.
logrel
Require
Export
model
kind_tele
.
From
actris
.
logrel
Require
Export
model
telescopes
.
From
actris
.
channel
Require
Export
channel
.
Definition
lmsg
Σ
:=
iMsg
Σ
.
...
...
This diff is collapsed.
Click to expand it.
theories/logrel/
kind_tele
.v
→
theories/logrel/
telescopes
.v
+
0
−
0
View file @
a15377fd
File moved
This diff is collapsed.
Click to expand it.
theories/logrel/term_types.v
+
1
−
1
View file @
a15377fd
...
...
@@ -35,7 +35,7 @@ use these type formers to define recursive types. *)
From
iris
.
bi
.
lib
Require
Import
core
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
heap_lang
Require
Export
spin_lock
.
From
actris
.
logrel
Require
Export
model
kind_tele
.
From
actris
.
logrel
Require
Export
model
.
From
actris
.
channel
Require
Export
channel
.
Definition
lty_unit
{
Σ
}
:
ltty
Σ
:=
Ltty
(
λ
w
,
⌜
w
=
#
()
⌝%
I
)
.
...
...
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