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

changelog

parent 381347b5
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,11 @@ Coq 8.11 is no longer supported in this version of Iris. ...@@ -51,6 +51,11 @@ Coq 8.11 is no longer supported in this version of Iris.
value type, instead of a language. This requires extra type annotations or value type, instead of a language. This requires extra type annotations or
explicit coercions in a few cases, in particular `WP v {{ Φ }}` must now be explicit coercions in a few cases, in particular `WP v {{ Φ }}` must now be
written `WP (of_val v) {{ Φ }}`. written `WP (of_val v) {{ Φ }}`.
* Improve `make_laterable`:
- Adjust definition such that `Laterable P` iff `P ⊢ make_laterable `.
As a consequence, `make_laterable_elim` got weaker: elimination now requires
an except-0 modality (`make_laterable P -∗ ◇ P`).
- Add `iModIntro` support for `make_laterable`.
**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