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
40b36618
Verified
Commit
40b36618
authored
May 16, 2019
by
Paolo G. Giarrusso
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export that iPreProp is a Cofe
parent
2eeebf09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
theories/base_logic/lib/iprop.v
theories/base_logic/lib/iprop.v
+2
-0
No files found.
theories/base_logic/lib/iprop.v
View file @
40b36618
...
...
@@ -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