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
Jonas Kastberg
iris
Commits
3945e6bb
Verified
Commit
3945e6bb
authored
Mar 27, 2020
by
Paolo G. Giarrusso
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spell check proof_guide.md
parent
78d94a8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/proof_guide.md
docs/proof_guide.md
+4
-4
No files found.
docs/proof_guide.md
View file @
3945e6bb
...
...
@@ -33,7 +33,7 @@ iProp ≅ uPred (F (iProp))
```
Here,
`F`
is a user-chosen locally contractive bifunctor from COFEs to unital
Cam
a
ras (a step-indexed generalization of unital resource algebras). To make it
Cam
e
ras (a step-indexed generalization of unital resource algebras). To make it
convenient to construct such functors out of smaller pieces, we provide a number
of abstractions:
...
...
@@ -144,8 +144,8 @@ invariants and WP). For this purpose, `heapG` contains not only assumptions
about
`Σ`
, it also contains some ghost names to refer to particular ghost state
(see "global ghost state instances" below).
The backtic (
`` ` ``
) is used to make anonymous assumptions and to automatically
generalize the
`Σ`
. When adding assumptions with backtic, you should most of
The backtic
k
(
`` ` ``
) is used to make anonymous assumptions and to automatically
generalize the
`Σ`
. When adding assumptions with backtic
k
, you should most of
the time also add a
`!`
in front of every assumption. If you do not then Coq
will also automatically generalize all indices of type-classes that you are
assuming. This can easily lead to making more assumptions than you are aware
...
...
@@ -262,7 +262,7 @@ this still need to be written up properly, but here is some background material:
## Implicit generalization
We often use the implicit generalization feature of Coq, triggered by a backtic:
We often use the implicit generalization feature of Coq, triggered by a backtic
k
:
`` `{!term A B}``
means that an implicit argument of type
`term A B`
is added,
and if any of the identifiers that are used here is not yet bound, it gets added
as well. Usually,
`term`
will be some existing type class or similar, and we
...
...
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