Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
Commits
66483b1d
Commit
66483b1d
authored
Oct 25, 2018
by
Robbert Krebbers
Browse files
A comment explaining the `invG` submodule.
parent
b58adc74
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/lib/wsat.v
View file @
66483b1d
...
...
@@ -4,6 +4,9 @@ From iris.algebra Require Import gmap auth agree gset coPset.
From
iris
.
proofmode
Require
Import
tactics
.
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
.
Class
invG
(
Σ
:
gFunctors
)
:
Set
:
=
WsatG
{
inv_inG
:
>
inG
Σ
(
authR
(
gmapUR
positive
(
agreeR
(
laterC
(
iPreProp
Σ
)))))
;
...
...
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