Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joshua Yanovski
iris-coq
Commits
a26a3367
Commit
a26a3367
authored
Mar 11, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remark about one_shot
parent
245e0349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
algebra/one_shot.v
algebra/one_shot.v
+1
-0
No files found.
algebra/one_shot.v
View file @
a26a3367
...
...
@@ -3,6 +3,7 @@ From iris.algebra Require Import upred.
Local
Arguments
validN
_
_
_
!
_
/
.
Local
Arguments
valid
_
_
!
_
/
.
(
*
TODO
:
Really
,
we
should
have
sums
,
and
then
this
should
be
just
"excl unit + A"
.
*
)
Inductive
one_shot
{
A
:
Type
}
:=
|
OneShotPending
:
one_shot
|
Shot
:
A
→
one_shot
...
...
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