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

changelog

parent 492d5a9a
No related branches found
No related tags found
No related merge requests found
......@@ -94,13 +94,15 @@ Coq 8.13 is no longer supported.
`CombineSepGives` typeclass. The 'gives' clause is still experimental;
in future versions of Iris it will combine `own` connectives based on the
validity rules for cameras.
- Make sure that `iStartProof` fails with a proper error message on goals with
* Make sure that `iStartProof` fails with a proper error message on goals with
`let`. These `let`s should either be `simpl`ed or introduced into the Coq
context using `intros x`, `iIntros (x)`, or `iIntros "%x"`.
This can break some proofs that did `iIntros "?"` on a goal of the shape
`let ... in P ⊢ Q`.
- Make `iApply`/`iPoseProof`/`iDestruct` more reliable for lemmas whose
* Make `iApply`/`iPoseProof`/`iDestruct` more reliable for lemmas whose
statement involves `let`.
* Remove `string_to_ident`; use `string_to_ident_cps` instead which is in CPS
form and hence does not require awful hacks.
**Changes in `base_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