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
George Pirlea
Iris
Commits
257bd668
Commit
257bd668
authored
Aug 08, 2016
by
Derek Dreyer
Browse files
typo fixes
parent
d9c89c8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/counter_examples.v
View file @
257bd668
...
...
@@ -2,7 +2,7 @@ From iris.algebra Require Import upred.
From
iris
.
proofmode
Require
Import
tactics
.
(** This proves that we need the ▷ in a "Saved Proposition" construction with
name-dependen
d
allocation. *)
name-dependen
t
allocation. *)
Module
savedprop
.
Section
savedprop
.
Context
(
M
:
ucmraT
).
Notation
iProp
:
=
(
uPred
M
).
...
...
@@ -139,7 +139,7 @@ Module inv. Section inv.
apply
pvs_mono
.
by
rewrite
-
HP
-(
uPred
.
exist_intro
a
).
Qed
.
(** Now to the actual counterexample. We start with a weird for of saved propositions. *)
(** Now to the actual counterexample. We start with a weird for
m
of saved propositions. *)
Definition
saved
(
γ
:
gname
)
(
P
:
iProp
)
:
iProp
:
=
∃
i
,
inv
i
(
start
γ
∨
(
finished
γ
★
□
P
)).
Global
Instance
saved_persistent
γ
P
:
PersistentP
(
saved
γ
P
)
:
=
_
.
...
...
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