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
091bcc6f
Commit
091bcc6f
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
CHANGELOG.
parent
af04988e
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
+6
-0
6 additions, 0 deletions
CHANGELOG.md
with
6 additions
and
0 deletions
CHANGELOG.md
+
6
−
0
View file @
091bcc6f
...
...
@@ -101,6 +101,8 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`.
*
Remove the laws
`pure_forall_2 : (∀ a, ⌜ φ a ⌝) ⊢ ⌜ ∀ a, φ a ⌝`
from the BI
interface and factor it into a type class
`BiPureForall`
.
*
Add notation
`¬ P`
for
`P → False`
to
`bi_scope`
.
*
Add Coq side-condition
`φ`
to class
`ElimAcc`
(similar to what we already had
for
`ElimInv`
and
`ElimModal`
).
**Changes in `base_logic`:**
...
...
@@ -176,6 +178,10 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`.
*
Generalize HeapLang's
`mapsto`
(
`↦`
),
`array`
(
`↦∗`
), and atomic heap
connectives to discardable fractions. See the CHANGELOG entry in the category
`base_logic`
for more information.
*
Opening an invariant or eliminating a mask-changing update modality around a
non-atomic weakest precondition creates an side-condition
`Atomic ...`
.
Before, this would fail with the mysterious error "iMod: cannot eliminate
modality (|={E1,E2}=> ...) in (WP ...)".
**Changes in `heap_lang`:**
...
...
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