Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Sammler
iris-coq
Commits
257bd668
Commit
257bd668
authored
8 years ago
by
Derek Dreyer
Browse files
Options
Downloads
Patches
Plain Diff
typo fixes
parent
d9c89c8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
program_logic/counter_examples.v
+2
-2
2 additions, 2 deletions
program_logic/counter_examples.v
with
2 additions
and
2 deletions
program_logic/counter_examples.v
+
2
−
2
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
)
:=
_
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment