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

changelog

parent abfe8672
Branches
Tags
No related merge requests found
...@@ -44,6 +44,11 @@ Coq 8.11 is no longer supported in this version of Iris. ...@@ -44,6 +44,11 @@ Coq 8.11 is no longer supported in this version of Iris.
`big_sep{L,L2,M,M2,S}_intro`, and `big_orL_lookup``big_orL_intro`. `big_sep{L,L2,M,M2,S}_intro`, and `big_orL_lookup``big_orL_intro`.
* Rename `bupd_forall` to `bupd_plain_forall`, and add * Rename `bupd_forall` to `bupd_plain_forall`, and add
`{bupd,fupd}_{and,or,forall,exist}`. `{bupd,fupd}_{and,or,forall,exist}`.
* Decouple `Wp` and `Twp` typeclasses from the `program_logic.language`
interface. The typeclasses are now parameterized over an expression and a
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
written `WP (of_val v) {{ Φ }}`.
**Changes in `proofmode`:** **Changes in `proofmode`:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment