Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Pierre Roux
Iris
Commits
d77b159c
Commit
d77b159c
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix build for Coq 8.10
parent
e138d2f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris_heap_lang/proofmode.v
+2
-2
2 additions, 2 deletions
iris_heap_lang/proofmode.v
with
2 additions
and
2 deletions
iris_heap_lang/proofmode.v
+
2
−
2
View file @
d77b159c
...
@@ -58,10 +58,10 @@ Lemma tac_twp_value_nofupd `{!heapG Σ} Δ s E Φ v :
...
@@ -58,10 +58,10 @@ Lemma tac_twp_value_nofupd `{!heapG Σ} Δ s E Φ v :
envs_entails
Δ
(
Φ
v
)
→
envs_entails
Δ
(
WP
(
Val
v
)
@
s
;
E
[{
Φ
}])
.
envs_entails
Δ
(
Φ
v
)
→
envs_entails
Δ
(
WP
(
Val
v
)
@
s
;
E
[{
Φ
}])
.
Proof
.
rewrite
envs_entails_eq
=>
->
.
by
apply
twp_value
.
Qed
.
Proof
.
rewrite
envs_entails_eq
=>
->
.
by
apply
twp_value
.
Qed
.
Lemma
tac_wp_value
`{
!
heapG
Σ
}
Δ
s
E
Φ
v
:
Lemma
tac_wp_value
`{
!
heapG
Σ
}
Δ
s
E
(
Φ
:
val
→
iPropI
Σ
)
v
:
envs_entails
Δ
(|
=
{
E
}=>
Φ
v
)
→
envs_entails
Δ
(
WP
(
Val
v
)
@
s
;
E
{{
Φ
}})
.
envs_entails
Δ
(|
=
{
E
}=>
Φ
v
)
→
envs_entails
Δ
(
WP
(
Val
v
)
@
s
;
E
{{
Φ
}})
.
Proof
.
rewrite
envs_entails_eq
=>
->
.
by
rewrite
wp_value_fupd
.
Qed
.
Proof
.
rewrite
envs_entails_eq
=>
->
.
by
rewrite
wp_value_fupd
.
Qed
.
Lemma
tac_twp_value
`{
!
heapG
Σ
}
Δ
s
E
Φ
v
:
Lemma
tac_twp_value
`{
!
heapG
Σ
}
Δ
s
E
(
Φ
:
val
→
iPropI
Σ
)
v
:
envs_entails
Δ
(|
=
{
E
}=>
Φ
v
)
→
envs_entails
Δ
(
WP
(
Val
v
)
@
s
;
E
[{
Φ
}])
.
envs_entails
Δ
(|
=
{
E
}=>
Φ
v
)
→
envs_entails
Δ
(
WP
(
Val
v
)
@
s
;
E
[{
Φ
}])
.
Proof
.
rewrite
envs_entails_eq
=>
->
.
by
rewrite
twp_value_fupd
.
Qed
.
Proof
.
rewrite
envs_entails_eq
=>
->
.
by
rewrite
twp_value_fupd
.
Qed
.
...
...
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