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
Iris
gpfsl
Commits
b78f5c1b
Commit
b78f5c1b
authored
Oct 06, 2021
by
Hai Dang
Browse files
Edit some TODOs
parent
7a42ec17
Changes
2
Show whitespace changes
Inline
Side-by-side
theories/algebra/to_agree.v
View file @
b78f5c1b
...
...
@@ -4,7 +4,6 @@ Require Import iris.prelude.options.
(** [to_agree] of a [gmap] *)
(* TODO: MOVE *)
(* TODO: naming is a mess *)
Section
to_agree
.
Context
`
{
Countable
K
}
{
A
:
Type
}.
...
...
theories/logic/invariants.v
View file @
b78f5c1b
...
...
@@ -6,7 +6,9 @@ From gpfsl.base_logic Require Export vprop.
Require
Import
iris
.
prelude
.
options
.
(** Lifting of Iris invariants to vProp *)
(* TODO: defined general invariants. See https://gitlab.mpi-sws.org/iris/iris/-/issues/420 *)
(* TODO: at least lift to monPred of iProp *)
(* TODO: define general invariants.
See https://gitlab.mpi-sws.org/iris/iris/-/issues/420 *)
Section
defs
.
Context
`
{
invGS
Σ
}.
Notation
vProp
:
=
(
vProp
Σ
).
...
...
Write
Preview
Supports
Markdown
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