Skip to content
Snippets Groups Projects
Commit 63b09404 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'ci/robbert/view' into 'master'

The view camera.

Closes #257

See merge request iris/iris!516
parents 5bab637b 8341b39b
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,16 @@ With this release, we dropped support for Coq 8.9.
* Rename `auth_both_valid` to `auth_both_valid_discrete` and
`auth_both_frac_valid` to `auth_both_frac_valid_discrete`. The old name is
used for new, stronger lemmas that do not assume discreteness.
* Add the view camera `view`, which generalizes the authoritative camera
`auth` by being parameterized by a relation that relates the authoritative
element with the fragments.
* Redefine the authoritative camera in terms of the view camera. As part of this
change, we have removed lemmas that leaked implementation details. Hence, the
only way to construct elements of `auth` is via the elements `●{q} a` and
`◯ b`. The constructor `Auth`, and the projections `auth_auth_proj` and
`auth_frag_proj` no longer exist. Lemmas that referred to these constructors
have been removed, in particular, `auth_included`, `auth_valid_discrete`,
and `auth_both_op`.
**Changes in `proofmode`:**
......
......@@ -12,6 +12,7 @@ theories/algebra/big_op.v
theories/algebra/cmra_big_op.v
theories/algebra/sts.v
theories/algebra/numbers.v
theories/algebra/view.v
theories/algebra/auth.v
theories/algebra/gmap.v
theories/algebra/ofe.v
......
This diff is collapsed.
This diff is collapsed.
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