Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
12129d3f
Commit
12129d3f
authored
May 20, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'declare-ipreprop-cofe' into 'master'
Export that iPreProp is a Cofe See merge request
iris/iris!246
parents
01b35b6d
c75c0489
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
tests/algebra.v
tests/algebra.v
+2
-0
theories/base_logic/lib/iprop.v
theories/base_logic/lib/iprop.v
+2
-0
No files found.
tests/algebra.v
View file @
12129d3f
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
Instance
test_cofe
:
Cofe
(
iPreProp
Σ
)
:
=
_
.
Section
tests
.
Context
`
{!
invG
Σ
}.
...
...
theories/base_logic/lib/iprop.v
View file @
12129d3f
...
...
@@ -122,6 +122,7 @@ Module Type iProp_solution_sig.
Notation
iPropI
Σ
:
=
(
uPredI
(
iResUR
Σ
)).
Notation
iPropSI
Σ
:
=
(
uPredSI
(
iResUR
Σ
)).
Global
Declare
Instance
iPreProp_cofe
:
Cofe
(
iPreProp
Σ
).
Parameter
iProp_unfold
:
∀
{
Σ
},
iProp
Σ
-
n
>
iPreProp
Σ
.
Parameter
iProp_fold
:
∀
{
Σ
},
iPreProp
Σ
-
n
>
iProp
Σ
.
Parameter
iProp_fold_unfold
:
∀
{
Σ
}
(
P
:
iProp
Σ
),
...
...
@@ -140,6 +141,7 @@ Module Export iProp_solution : iProp_solution_sig.
ofe_funUR
(
λ
i
,
gmapUR
gname
(
Σ
i
(
iPreProp
Σ
))).
Notation
iProp
Σ
:
=
(
uPredC
(
iResUR
Σ
)).
Global
Instance
iPreProp_cofe
:
Cofe
(
iPreProp
Σ
)
:
=
_
.
Definition
iProp_unfold
{
Σ
}
:
iProp
Σ
-
n
>
iPreProp
Σ
:
=
solution_fold
(
iProp_result
Σ
).
Definition
iProp_fold
{
Σ
}
:
iPreProp
Σ
-
n
>
iProp
Σ
:
=
solution_unfold
_
.
...
...
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