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

fix typo in changelog

parent 70579946
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ Coq 8.11 is no longer supported in this version of Iris. ...@@ -52,7 +52,7 @@ Coq 8.11 is no longer supported in this version of Iris.
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`: * Improve `make_laterable`:
- Adjust definition such that `Laterable P` iff `P ⊢ make_laterable `. - Adjust definition such that `Laterable P` iff `P ⊢ make_laterable P`.
As a consequence, `make_laterable_elim` got weaker: elimination now requires As a consequence, `make_laterable_elim` got weaker: elimination now requires
an except-0 modality (`make_laterable P -∗ ◇ P`). an except-0 modality (`make_laterable P -∗ ◇ P`).
- Add `iModIntro` support for `make_laterable`. - Add `iModIntro` support for `make_laterable`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment