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

extend changelog

parent 45eca3da
No related branches found
No related tags found
No related merge requests found
...@@ -111,8 +111,11 @@ With this release, we dropped support for Coq 8.9. ...@@ -111,8 +111,11 @@ With this release, we dropped support for Coq 8.9.
an authoritative, monotonically-increasing `nat` with a proposition giving a an authoritative, monotonically-increasing `nat` with a proposition giving a
persistent lower bound. See `base_logic.lib.mnat` for further details. persistent lower bound. See `base_logic.lib.mnat` for further details.
* Add a class, `Duplicable`, for duplicable propositions. The lemmas * Add a class, `Duplicable`, for duplicable propositions. The lemmas
`intuitionistically_sep_dup` and `plainly_sep_duplicable` are now instances. A `intuitionistically_sep_dup`, `persistently_sep_dup`,
few lemmas are changed to use the new class: `inv_combine_dup_l`, `plainly_sep_duplicable`, and `persistent_sep_dup` are now instances. This
means they are now uni-directional; use `duplicable_equiv` to obtain the
bidirectional version.
A few lemmas are changed to use the new class: `inv_combine_dup_l`,
`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`.
......
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