Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
iris
Commits
2353a354
Commit
2353a354
authored
7 months ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Also update proof_guide.
parent
ee9b400b
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
+1
-2
1 addition, 2 deletions
docs/proof_guide.md
with
1 addition
and
2 deletions
docs/proof_guide.md
+
1
−
2
View file @
2353a354
...
...
@@ -99,10 +99,9 @@ for further details on `libG` classes). For example, the STS library is
parameterized by an STS and assumes that the STS state space is inhabited:
```
coq
Class
stsG
Σ
(
sts
:
stsT
)
:=
{
sts_inG
:
inG
Σ
(
stsR
sts
);
#
[
local
]
sts_inG
:
:
inG
Σ
(
stsR
sts
);
sts_inhabited
:>
Inhabited
(
sts
.
state
sts
);
}.
Local
Existing
Instance
sts_inG
.
```
In this case, the
`Instance`
for this
`libG`
class has more than just a
`subG`
assumption:
...
...
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