Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Simon Spies
Iris
Commits
408e172d
Commit
408e172d
authored
2 years ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
naming in changelog
parent
d967a7c4
Branches
iris-later-credits
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-5
5 additions, 5 deletions
CHANGELOG.md
with
5 additions
and
5 deletions
CHANGELOG.md
+
5
−
5
View file @
408e172d
...
@@ -60,10 +60,10 @@ lemma.
...
@@ -60,10 +60,10 @@ lemma.
To retain backwards compatibility with the interaction laws of fancy updates
To retain backwards compatibility with the interaction laws of fancy updates
with the plainly modality (
`BiFUpdPlainly`
), which are incompatible with
with the plainly modality (
`BiFUpdPlainly`
), which are incompatible with
later credits, the logic is parameterized by two typeclasses,
`HasLc`
later credits, the logic is parameterized by two typeclasses,
`HasLc`
and
`HasNoLc`
that allow opting for either later credits or
`BiFUpdPlainly`
.
and
`HasNoLc`
,
that allow opting for either later credits or
`BiFUpdPlainly`
.
The soundness lemmas for the fancy update modality are available in two versions,
The soundness lemmas for the fancy update modality are available in two versions,
with later credits (suffix
`_lc`
) and without later credits (suffix
`_no_lc`
).
with later credits (suffix
`_lc`
) and without later credits (suffix
`_no_lc`
).
The lemma
`step_fupdN_soundness`
is
now
generic over this choice.
The lemma
`step_fupdN_soundness
_gen
`
is generic over this choice.
**Changes in `program_logic`:**
**Changes in `program_logic`:**
...
@@ -78,9 +78,9 @@ lemma.
...
@@ -78,9 +78,9 @@ lemma.
and one without support for later credits, providing
`HasNoLc`
(suffix
`_no_lc`
).
and one without support for later credits, providing
`HasNoLc`
(suffix
`_no_lc`
).
Clients of the adequacy proof will need to opt for either of these and introduce
Clients of the adequacy proof will need to opt for either of these and introduce
the additional assumptions.
the additional assumptions.
+
The parameter for the stuckness bit
`s`
in
`wp_strong_adequacy
`
has moved up and
+
The parameter for the stuckness bit
`s`
in
`wp_strong_adequacy
{_lc, _no_lc}`
has
is now universally quantified in the lemma instead of being existentially
quantified
moved up and
is now universally quantified in the lemma instead of being existentially
at the Iris-level. For clients that already previously quantified over
`s`
quantified
at the Iris-level. For clients that already previously quantified over
`s`
at the Coq level, the only required change should be to remove the instantiation
at the Coq level, the only required change should be to remove the instantiation
of the existential quantifier.
of the existential quantifier.
...
...
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