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

changelog

parent 6dab90d3
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,11 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`. ...@@ -83,6 +83,11 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`.
duplicate of `fupd_plain_laterN`. duplicate of `fupd_plain_laterN`.
* Strengthen `big_sepL2_app_inv` by weakening a premise (it is sufficient for * Strengthen `big_sepL2_app_inv` by weakening a premise (it is sufficient for
one of the two pairs of lists to have equal length). one of the two pairs of lists to have equal length).
* Add lemmas to big-ops that provide ownership of a single element and permit
changing the quantified-over predicate when re-assembling the big-op:
`big_sepL_lookup_acc_impl`, `big_sepL2_lookup_acc_impl`,
`big_sepM_lookup_acc_impl`, `big_sepM2_lookup_acc_impl`,
`big_sepS_elem_of_acc_impl`, `big_sepMS_elem_of_acc_impl`.
**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