Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Monitor
Incidents
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
Michael Sammler
iris-coq
Commits
66483b1d
Commit
66483b1d
authored
6 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
A comment explaining the `invG` submodule.
parent
b58adc74
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
theories/base_logic/lib/wsat.v
+3
-0
3 additions, 0 deletions
theories/base_logic/lib/wsat.v
with
3 additions
and
0 deletions
theories/base_logic/lib/wsat.v
+
3
−
0
View file @
66483b1d
...
@@ -4,6 +4,9 @@ From iris.algebra Require Import gmap auth agree gset coPset.
...
@@ -4,6 +4,9 @@ From iris.algebra Require Import gmap auth agree gset coPset.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
tactics
.
Set
Default
Proof
Using
"Type"
.
Set
Default
Proof
Using
"Type"
.
(** All definitions in this file are internal to [fancy_updates] with the
exception of what's in the [invG] module. The module [invG] is thus exported in
[fancy_updates], which [wsat] is only imported. *)
Module
invG
.
Module
invG
.
Class
invG
(
Σ
:
gFunctors
)
:
Set
:=
WsatG
{
Class
invG
(
Σ
:
gFunctors
)
:
Set
:=
WsatG
{
inv_inG
:>
inG
Σ
(
authR
(
gmapUR
positive
(
agreeR
(
laterC
(
iPreProp
Σ
)))));
inv_inG
:>
inG
Σ
(
authR
(
gmapUR
positive
(
agreeR
(
laterC
(
iPreProp
Σ
)))));
...
...
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