Skip to content
Snippets Groups Projects
Commit c36cd683 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

CHANGELOG.

parent d4200ecc
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,12 @@ lemma. ...@@ -37,6 +37,12 @@ lemma.
* Add instances `big_sepL_flip_mono'`, `big_sepM_flip_mono'`, etc., which are * Add instances `big_sepL_flip_mono'`, `big_sepM_flip_mono'`, etc., which are
wrappers of instances `big_sep*_mono'` for `flip (⊢)` instead of `(⊢)`. (by wrappers of instances `big_sep*_mono'` for `flip (⊢)` instead of `(⊢)`. (by
Yusuke Matsushita) Yusuke Matsushita)
* Add lemmas `own_forall` and `own_and` to reason about universal quantification
(`∀ .. own`) and conjunctions (`own .. ∧ own ..`) of ghost ownership. (by
Travis Hance)
+ These rules are derived from the primitive rule `ownM_forall` (which is
proved in the `uPred` model).
+ Various corollaries for total cmras (which include `ucmra`s) are provided.
**Changes in `heap_lang`:** **Changes in `heap_lang`:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment