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

split base_logic and bi changelog

parent 09332c37
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,12 @@ With this release, we dropped support for Coq 8.9.
interface and factor it into a type class `BiPureForall`.
* Add notation `¬ P` for `P → False` to `bi_scope`.
**Changes in the logic (`base_logic`, `bi`):**
**Changes in `bi`:**
* Add big op lemmas `big_op{L,L2,M,M2,S}_intuitionistically_forall` and
`big_sepL2_forall`, `big_sepMS_forall`, `big_sepMS_impl`, and `big_sepMS_dup`.
**Changes in `base_logic`:**
* Add a `ghost_var` library that provides (fractional) ownership of a ghost
variable of arbitrary `Type`.
......@@ -110,8 +115,6 @@ With this release, we dropped support for Coq 8.9.
* Add an `mnat` library on top of `mnat_auth` that supports ghost state which is
an authoritative, monotonically-increasing `nat` with a proposition giving a
persistent lower bound. See `base_logic.lib.mnat` for further details.
* Add big op lemmas `big_op{L,L2,M,M2,S}_intuitionistically_forall` and
`big_sepL2_forall`, `big_sepMS_forall`, `big_sepMS_impl`, and `big_sepMS_dup`.
**Changes in `program_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