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
Gaëtan Gilbert
Iris
Commits
322cdf37
Commit
322cdf37
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
tweak docs
parent
643508b8
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
ProofGuide.md
+8
-7
8 additions, 7 deletions
ProofGuide.md
with
8 additions
and
7 deletions
ProofGuide.md
+
8
−
7
View file @
322cdf37
...
@@ -65,14 +65,15 @@ F := gmapURF K (agreeRF (natC * ▶ ∙))
...
@@ -65,14 +65,15 @@ F := gmapURF K (agreeRF (natC * ▶ ∙))
When using ghost state in Iris, you have to make sure that the resource algebras
When using ghost state in Iris, you have to make sure that the resource algebras
you need are actually available. Every Iris proof is carried out using a
you need are actually available. Every Iris proof is carried out using a
universally quantified list
`Σ: gFunctors`
defining which resource algebras are
universally quantified list
`Σ: gFunctors`
defining which resource algebras are
available. You can think of this as a list of resource algebras, though in
available. The
`Σ`
is the
*global*
list of resources that the entire proof can
reality it is a list of locally contractive functors from COFEs to Cameras,
use. We keep the
`Σ`
universally quantified to enable composition of proofs.
which are typically defined using the combinators for functors described above.
The
`Σ`
is the
*global*
list of resources that the entire proof can use. We
You can think of this as a list of resource algebras, though in reality it is a
keep the
`Σ`
universally quantified to enable composition of proofs. The formal
list of locally contractive functors from COFEs to Cameras. This list is used
side of this is described in §7.4 of
to define the parameter
`F`
of Iris mentioned in the previous section. The
formal side of this is described in §7.4 of
[
The Iris Documentation
](
http://plv.mpi-sws.org/iris/appendix-3.1.pdf
)
; here we
[
The Iris Documentation
](
http://plv.mpi-sws.org/iris/appendix-3.1.pdf
)
; here we
describe the Coq aspects of this approach.
describe the
user-side
Coq aspects of this approach.
The assumptions that an Iris proof makes are collected in a type class called
The assumptions that an Iris proof makes are collected in a type class called
`somethingG`
. The most common kind of assumptions is
`inG`
, which says that a
`somethingG`
. The most common kind of assumptions is
`inG`
, which says that a
...
...
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