Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
d4441722
Commit
d4441722
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
changelog
parent
c2556bbe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
theories/base_logic/algebra.v
+0
-1
0 additions, 1 deletion
theories/base_logic/algebra.v
with
7 additions
and
1 deletion
CHANGELOG.md
+
7
−
0
View file @
d4441722
...
...
@@ -46,6 +46,9 @@ With this release, we dropped support for Coq 8.9.
key, including support for persistent read-only ownership through
`dfrac`
.
See
`theories/algebra/lib/gmap_view.v`
for further information.
NOTE: The API surface for
`gmap_view`
is experimental and subject to change.
*
Move the
`*_validI`
and
`*_equivI`
lemmas to a new module,
`base_logic.algebra`
.
That module is exported by
`base_logic.base_logic`
so it should usually be
available everywhere without further changes.
**Changes in `proofmode`:**
...
...
@@ -96,6 +99,10 @@ With this release, we dropped support for Coq 8.9.
the state interpretation of WP and since
`_ctx`
is elsewhere used as a suffix
indicating "this is a persistent assumption that clients should always have in
their context". Likewise, rename
`proph_map_ctx`
to
`proph_map_interp`
.
*
Move
`uPred.prod_validI`
,
`uPred.option_validI`
, and
`uPred.discrete_fun_validI`
to the new
`base_logic.algebra`
module. That
module is exported by
`base_logic.base_logic`
so these names are now usually
available everywhere, and no longer inside the
`uPred`
module.
**Changes in `program_logic`:**
...
...
This diff is collapsed.
Click to expand it.
theories/base_logic/algebra.v
+
0
−
1
View file @
d4441722
...
...
@@ -196,7 +196,6 @@ Section auth.
Implicit
Types
a
b
:
A
.
Implicit
Types
x
y
:
auth
A
.
(** Internalized properties *)
Lemma
auth_auth_frac_validI
q
a
:
✓
(
●
{
q
}
a
)
⊣⊢@
{
uPredI
M
}
✓
q
∧
✓
a
.
Proof
.
apply
view_auth_frac_validI
=>
n
.
uPred
.
unseal
;
split
;
[|
by
intros
[??]]
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment