Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Actris
Commits
23202085
Commit
23202085
authored
Oct 17, 2019
by
Robbert Krebbers
Browse files
Tweak README more.
parent
1b54ac28
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
23202085
...
...
@@ -31,10 +31,10 @@ correspond to the following parts of the paper:
+
`new_chan_proto_spec`
: proof rule for
`new_chan`
.
+
`send_proto_spec`
and
`send_proto_spec_packed`
: proof rules for
`send`
, the
first version is more convenient to use in Coq, but otherwise the same as
`send_proto_spec_packed`
, which is the rule in the paper.
the latter
, which is the rule in the paper.
+
`recv_proto_spec`
and
`recv_proto_spec_packed`
: proof rules for
`recv`
, the
first version is more convenient to use in Coq, but otherwise the same as
`recv_proto_spec_packed`
, which is the rule in the paper.
the latter
, which is the rule in the paper.
+
`select_spec`
: proof rule for
`select`
.
+
`branch_spec`
: proof rule for
`branch`
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment