Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Pierre Roux
Iris
Commits
3945e6bb
Verified
Commit
3945e6bb
authored
4 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
Spell check proof_guide.md
parent
78d94a8a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/proof_guide.md
+4
-4
4 additions, 4 deletions
docs/proof_guide.md
with
4 additions
and
4 deletions
docs/proof_guide.md
+
4
−
4
View file @
3945e6bb
...
@@ -33,7 +33,7 @@ iProp ≅ uPred (F (iProp))
...
@@ -33,7 +33,7 @@ iProp ≅ uPred (F (iProp))
```
```
Here,
`F`
is a user-chosen locally contractive bifunctor from COFEs to unital
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
convenient to construct such functors out of smaller pieces, we provide a number
of abstractions:
of abstractions:
...
@@ -144,8 +144,8 @@ invariants and WP). For this purpose, `heapG` contains not only assumptions
...
@@ -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
about
`Σ`
, it also contains some ghost names to refer to particular ghost state
(see "global ghost state instances" below).
(see "global ghost state instances" below).
The backtic (
`` ` ``
) is used to make anonymous assumptions and to automatically
The backtic
k
(
`` ` ``
) is used to make anonymous assumptions and to automatically
generalize the
`Σ`
. When adding assumptions with backtic, you should most of
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
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
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
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:
...
@@ -262,7 +262,7 @@ this still need to be written up properly, but here is some background material:
## Implicit generalization
## 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,
`` `{!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
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
as well. Usually,
`term`
will be some existing type class or similar, and we
...
...
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