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

changelog

parent ad13438b
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,10 @@ With this release, we dropped support for Coq 8.9. ...@@ -119,6 +119,10 @@ With this release, we dropped support for Coq 8.9.
`big_sepL_dup`, `big_sepM_dup`, `big_sepS_dup`. Instead of having `□ (P -∗ P ∗ `big_sepL_dup`, `big_sepM_dup`, `big_sepS_dup`. Instead of having `□ (P -∗ P ∗
P)` as an assumption these lemmas now assume `P` to be an instance of P)` as an assumption these lemmas now assume `P` to be an instance of
`Duplicable`. `Duplicable`.
* Remove the `gen_heap` notations `l ↦ -` and `l ↦{q} -`. They were barely used
and looked very confusing in context: `l ↦ - ∗ P` looks like a magic wand.
* Change `gen_inv_heap` notation `l ↦□ I` to `l ↦_I □`, so that `↦□` can be used
by `gen_heap`.
**Changes in `program_logic`:** **Changes in `program_logic`:**
......
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