Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Actris
Commits
e6d11e79
Commit
e6d11e79
authored
Nov 13, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Argument scopes of `iProto_le`.
parent
9524aefb
Pipeline
#21233
passed with stage
in 17 minutes and 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
theories/channel/proto_channel.v
theories/channel/proto_channel.v
+1
-0
No files found.
theories/channel/proto_channel.v
View file @
e6d11e79
...
...
@@ -212,6 +212,7 @@ Local Instance iProto_le_aux_contractive {Σ} : Contractive (@iProto_le_aux Σ).
Proof
.
solve_contractive
.
Qed
.
Definition
iProto_le
{
Σ
}
(
p1
p2
:
iProto
Σ
)
:
iPropO
Σ
:
=
fixpoint
iProto_le_aux
p1
p2
.
Arguments
iProto_le
{
_
}
_
%
proto
_
%
proto
.
Fixpoint
proto_interp
{
Σ
}
(
vs
:
list
val
)
(
p1
p2
:
iProto
Σ
)
:
iProp
Σ
:
=
match
vs
with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment