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
William Mansky
Iris
Commits
cfb8421a
Commit
cfb8421a
authored
6 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Update changlog.
parent
59ebd81e
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
+4
-0
4 additions, 0 deletions
CHANGELOG.md
theories/bi/updates.v
+0
-2
0 additions, 2 deletions
theories/bi/updates.v
with
4 additions
and
2 deletions
CHANGELOG.md
+
4
−
0
View file @
cfb8421a
...
@@ -7,6 +7,10 @@ Coq development, but not every API-breaking change is listed. Changes marked
...
@@ -7,6 +7,10 @@ Coq development, but not every API-breaking change is listed. Changes marked
Changes in and extensions of the theory:
Changes in and extensions of the theory:
*
[#] Change in the definition of WP, so that there is a fancy update between
the quantification over the next states and the later modality. This makes it
possible to prove more powerful lifting lemmas: The new versions feature an
"update that take a step".
*
[#] Add weakest preconditions for total program correctness.
*
[#] Add weakest preconditions for total program correctness.
*
[#] "(Potentially) stuck" weakest preconditions are no longer considered
*
[#] "(Potentially) stuck" weakest preconditions are no longer considered
experimental.
experimental.
...
...
This diff is collapsed.
Click to expand it.
theories/bi/updates.v
+
0
−
2
View file @
cfb8421a
...
@@ -32,8 +32,6 @@ Notation "P ={ E1 , E2 }▷=∗ Q" := (P -∗ |={ E1 , E2, E1 }▷=> Q)%I : bi_s
...
@@ -32,8 +32,6 @@ Notation "P ={ E1 , E2 }▷=∗ Q" := (P -∗ |={ E1 , E2, E1 }▷=> Q)%I : bi_s
Notation
"|={ E }▷=> Q"
:=
(|
=
{
E
,
E
}
▷=>
Q
)
%
I
:
bi_scope
.
Notation
"|={ E }▷=> Q"
:=
(|
=
{
E
,
E
}
▷=>
Q
)
%
I
:
bi_scope
.
Notation
"P ={ E }▷=∗ Q"
:=
(
P
=
{
E
,
E
}
▷=∗
Q
)
%
I
:
bi_scope
.
Notation
"P ={ E }▷=∗ Q"
:=
(
P
=
{
E
,
E
}
▷=∗
Q
)
%
I
:
bi_scope
.
(** Bundled versions *)
(** Bundled versions *)
(* Mixins allow us to create instances easily without having to use Program *)
(* Mixins allow us to create instances easily without having to use Program *)
Record
BiBUpdMixin
(
PROP
:
bi
)
`
(
BUpd
PROP
)
:=
{
Record
BiBUpdMixin
(
PROP
:
bi
)
`
(
BUpd
PROP
)
:=
{
...
...
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