Skip to content
Snippets Groups Projects
Commit 08d1fac0 authored by Ralf Jung's avatar Ralf Jung
Browse files

changelog

parent 5c1b38c5
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,11 @@ lemma. ...@@ -22,6 +22,11 @@ lemma.
* Change statement of `affinely_True_emp` to also remove the affinely modality. * Change statement of `affinely_True_emp` to also remove the affinely modality.
* Rename `absorbingly_True_emp` to `absorbingly_emp_True` and make statement * Rename `absorbingly_True_emp` to `absorbingly_emp_True` and make statement
consistent with `affinely_True_emp`: `<absorb> emp ⊣⊢ True`. consistent with `affinely_True_emp`: `<absorb> emp ⊣⊢ True`.
* Change the notation for atomic updates and atomic accessors (`AU`, `AACC`) to
swap the quantifiers: the first quantifier is logically an existential, the
second a universal, so let's use the appropriate notation. Also use double
quantifiers (`∀∀`, `∃∃`) to make it clear that these are not normal
quantifiers (the latter change was also applied to logically atomic triples).
**Changes in `proofmode`:** **Changes in `proofmode`:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment