From 1464e6d31d22c205d6bf8fa1ecdf51cd678f4f5f Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 26 Jan 2021 15:29:35 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f2c9485..8067277f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,11 @@ HeapLang, which is now in a separate package `coq-iris-heap-lang`. duplicate of `fupd_plain_laterN`. * Strengthen `big_sepL2_app_inv` by weakening a premise (it is sufficient for 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`:** -- GitLab