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
6cafb536
Commit
6cafb536
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
changelog
parent
7575aa52
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
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
with
14 additions
and
0 deletions
CHANGELOG.md
+
14
−
0
View file @
6cafb536
...
...
@@ -102,6 +102,20 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`.
*
Add lemmas for big-ops of magic wands:
`big_sepL_wand`
,
`big_sepL2_wand`
,
`big_sepM_wand`
,
`big_sepM2_wand`
,
`big_sepS_wand`
,
`big_sepMS_wand`
.
*
Add
`fupd_mask_intro`
which can be conveniently
`iApply`
ed to goals of the
form
`|={E1,E2}=>`
to get rid of the
`fupd`
in the goal if
`E2 ⊆ E1`
. The
lemma
`fupd_mask_weaken Enew`
can be
`iApply`
ed to shrink the first mask to
`Enew`
without getting rid of the modality; the same effect can also be
obtained slightly more conveniently by using
`iMod`
with
`fupd_mask_subseteq
Enew`
. To make the new names work, rename some existing lemmas:
`fupd_intro_mask`
→
`fupd_mask_intro_subseteq`
,
`fupd_intro_mask'`
→
`fupd_mask_subseteq`
(implicit arguments also changed
here),
`fupd_mask_weaken`
→
`fupd_mask_intro_discard`
. Remove
`fupd_mask_same`
since it was unused and obscure. In the
`BiFUpd`
axiomatization, rename
`bi_fupd_mixin_fupd_intro_mask`
to
`bi_fupd_mixin_fupd_mask_subseteq`
and
weaken the lemma to be specifically about
`emp`
(the stronger version can be
derived).
**Changes in `proofmode`:**
*
The proofmode now preserves user-supplied names for existentials when using
...
...
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