Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cfml2
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
Ralf Jung
cfml2
Commits
00dcccaa
Commit
00dcccaa
authored
6 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
update wrt the most recent version of GPM.
parent
6555ffaa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LambdaSepProofMode.v
+2
-6
2 additions, 6 deletions
LambdaSepProofMode.v
LambdaSepROProofMode.v
+3
-3
3 additions, 3 deletions
LambdaSepROProofMode.v
SepGPM.v
+1
-1
1 addition, 1 deletion
SepGPM.v
with
6 additions
and
10 deletions
LambdaSepProofMode.v
+
2
−
6
View file @
00dcccaa
...
...
@@ -36,8 +36,8 @@ Proof using.
{
applys
~
rule_consequence
(
rm
M
).
xpull
~
.
}
Qed
.
Instance
triple_as_valid
t
H
Q
:
AsValid
(
triple
t
H
Q
)
(
H
-
∗
wp
t
Q
).
Proof
.
rewrite
/
AsValid
wp_equiv
.
apply
as_valid
.
Qed
.
Instance
triple_as_valid
t
H
Q
:
As
Emp
Valid
(
triple
t
H
Q
)
(
H
-
∗
wp
t
Q
).
Proof
.
rewrite
/
As
Emp
Valid
wp_equiv
.
apply
as_
emp_
valid
.
Qed
.
Instance
frame_wp
p
t
R
Φ
Ψ
:
(
∀
v
,
Frame
p
R
(
Φ
v
)
(
Ψ
v
))
→
Frame
p
R
(
wp
t
Φ
)
(
wp
t
Ψ
).
...
...
@@ -56,7 +56,3 @@ Qed.
(
*
**********************************************************************
*
)
End
ProofMode
.
This diff is collapsed.
Click to expand it.
LambdaSepROProofMode.v
+
3
−
3
View file @
00dcccaa
...
...
@@ -189,7 +189,7 @@ Instance frame_normally (p : bool) (P Q R R' : hprop) :
Normal
P
→
Frame
false
P
Q
R
→
MakeNormally
R
R
'
→
Frame
p
P
(
normally
Q
)
R
'
.
Proof
.
rewrite
/
Frame
/
MakeNormally
/=
bi
.
affinely_persistent
ly_if_elim
=>?
<-
<-
.
rewrite
/
Frame
/
MakeNormally
/=
bi
.
intuitionistical
ly_if_elim
=>?
<-
<-
.
rewrite
{
1
}
(
@
normally_intro
P
)
normally_hstar
//.
Qed
.
...
...
@@ -273,7 +273,7 @@ Instance frame_roframe_ro_lr p (R P P' Q Q' S : hprop) :
MakeROFrame
P
'
Q
'
S
→
Frame
p
(
RO
R
)
(
ROFrame
P
Q
)
S
|
1.
Proof
.
rewrite
/
Frame
/
DupFrameRO
/
FrameOrWand
/
MakeROFrame
bi
.
affinely_persistent
ly_if_elim
=><-
<-
->
.
bi
.
intuitionistical
ly_if_elim
=><-
<-
->
.
assert
(
HR
:=@
RO_duplicatable
R
).
unfold
duplicatable
in
HR
.
rewrite
{
1
}
HR
.
by
rewrite
/
bi_sep
/=
hstar_assoc
ROFrame_frame_r
ROFrame_frame_l
.
Qed
.
...
...
@@ -289,7 +289,7 @@ Instance frame_roframe_lr p (R P P' Q Q' S : hprop) :
Frame
p
R
(
ROFrame
P
Q
)
S
|
3.
Proof
.
rewrite
/
DupFrameRO
/
FrameOrWand
/
MakeROFrame
/
Frame
bi
.
affinely_persistent
ly_if_elim
=>?
<-
<-
->
.
apply
ROFrame_frame_lr
,
_.
bi
.
intuitionistical
ly_if_elim
=>?
<-
<-
->
.
apply
ROFrame_frame_lr
,
_.
Qed
.
(
*
4
th
step
:
we
frame
on
the
RHS
*
)
...
...
This diff is collapsed.
Click to expand it.
SepGPM.v
+
1
−
1
View file @
00dcccaa
...
...
@@ -2,7 +2,7 @@
opam
repo
add
iris
-
dev
https
:
//gitlab.mpi-sws.org/FP/opam-dev.git
opam
update
opam
install
coq
-
iris
=
branch
.
gen_proofmode
.2018
-
0
3
-
16.1
opam
install
coq
-
iris
=
branch
.
gen_proofmode
.2018
-
0
5
-
29.0.9
b14f90a
*
)
...
...
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