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
461c9fdd
Verified
Commit
461c9fdd
authored
3 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
bupd_forall -> bupd_plain_forall
parent
cfe2139e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
iris/bi/updates.v
+1
-1
1 addition, 1 deletion
iris/bi/updates.v
with
3 additions
and
1 deletion
CHANGELOG.md
+
2
−
0
View file @
461c9fdd
...
@@ -40,6 +40,7 @@ Coq 8.11 is no longer supported in this version of Iris.
...
@@ -40,6 +40,7 @@ Coq 8.11 is no longer supported in this version of Iris.
*
Add lemmas for swapping nested big-ops:
`big_sep{L,M,S,MS}_sep{L,M,S,MS}`
.
*
Add lemmas for swapping nested big-ops:
`big_sep{L,M,S,MS}_sep{L,M,S,MS}`
.
*
Rename
`big_sep{L,L2,M,M2,S}_intuitionistically_forall`
→
*
Rename
`big_sep{L,L2,M,M2,S}_intuitionistically_forall`
→
`big_sep{L,L2,M,M2,S}_intro`
, and
`big_orL_lookup`
→
`big_orL_intro`
.
`big_sep{L,L2,M,M2,S}_intro`
, and
`big_orL_lookup`
→
`big_orL_intro`
.
*
Rename
`bupd_forall`
to
`bupd_plain_forall`
.
**Changes in `proofmode`:**
**Changes in `proofmode`:**
...
@@ -102,6 +103,7 @@ s/\bbig_sepM2_lookup_2\b/big_sepM2_lookup_r/g
...
@@ -102,6 +103,7 @@ s/\bbig_sepM2_lookup_2\b/big_sepM2_lookup_r/g
# big_*_intro
# big_*_intro
s/\bbig_sep(L|L2|M|M2|S)_intuitionistically_forall\b/big_sep\1_intro/g
s/\bbig_sep(L|L2|M|M2|S)_intuitionistically_forall\b/big_sep\1_intro/g
s/\bbig_orL_lookup\b/big_orL_intro/g
s/\bbig_orL_lookup\b/big_orL_intro/g
s/\bbupd_forall\b/bupd_plain_forall/g
EOF
EOF
```
```
...
...
This diff is collapsed.
Click to expand it.
iris/bi/updates.v
+
1
−
1
View file @
461c9fdd
...
@@ -230,7 +230,7 @@ Section bupd_derived.
...
@@ -230,7 +230,7 @@ Section bupd_derived.
Lemma
bupd_plain
P
`{
!
Plain
P
}
:
(|
==>
P
)
⊢
P
.
Lemma
bupd_plain
P
`{
!
Plain
P
}
:
(|
==>
P
)
⊢
P
.
Proof
.
by
rewrite
{
1
}(
plain
P
)
bupd_plainly
.
Qed
.
Proof
.
by
rewrite
{
1
}(
plain
P
)
bupd_plainly
.
Qed
.
Lemma
bupd_forall
{
A
}
(
Φ
:
A
→
PROP
)
`{
∀
x
,
Plain
(
Φ
x
)}
:
Lemma
bupd_
plain_
forall
{
A
}
(
Φ
:
A
→
PROP
)
`{
∀
x
,
Plain
(
Φ
x
)}
:
(|
==>
∀
x
,
Φ
x
)
⊣⊢
(
∀
x
,
|
==>
Φ
x
)
.
(|
==>
∀
x
,
Φ
x
)
⊣⊢
(
∀
x
,
|
==>
Φ
x
)
.
Proof
.
Proof
.
apply
(
anti_symm
_)
.
apply
(
anti_symm
_)
.
...
...
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