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
672f4a53
Commit
672f4a53
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
changelog, TWP test
parent
51057db0
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
+2
-0
2 additions, 0 deletions
CHANGELOG.md
tests/heap_lang.v
+3
-0
3 additions, 0 deletions
tests/heap_lang.v
with
5 additions
and
0 deletions
CHANGELOG.md
+
2
−
0
View file @
672f4a53
...
@@ -138,6 +138,8 @@ With this release, we dropped support for Coq 8.9.
...
@@ -138,6 +138,8 @@ With this release, we dropped support for Coq 8.9.
**Changes in `heap_lang`:**
**Changes in `heap_lang`:**
*
`wp_pures`
now turns goals of the form
`WP v {{ Φ }}`
into
`Φ v`
.
*
`wp_pures`
now turns goals of the form
`WP v {{ Φ }}`
into
`Φ v`
.
*
Fix
`wp_bind`
in case of a NOP (i.e., when the given expression pattern is
already at the top level).
The following
`sed`
script helps adjust your code to the renaming (on macOS,
The following
`sed`
script helps adjust your code to the renaming (on macOS,
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
...
...
This diff is collapsed.
Click to expand it.
tests/heap_lang.v
+
3
−
0
View file @
672f4a53
...
@@ -142,6 +142,9 @@ Section tests.
...
@@ -142,6 +142,9 @@ Section tests.
Lemma
wp_bind_nop
(
e
:
expr
)
:
Lemma
wp_bind_nop
(
e
:
expr
)
:
⊢
WP
e
+
#
0
{{
_,
True
}}
.
⊢
WP
e
+
#
0
{{
_,
True
}}
.
Proof
.
wp_bind
(
e
+
#
0
)
%
E
.
Abort
.
Proof
.
wp_bind
(
e
+
#
0
)
%
E
.
Abort
.
Lemma
wp_bind_nop
(
e
:
expr
)
:
⊢
WP
e
+
#
0
[{
_,
True
}]
.
Proof
.
wp_bind
(
e
+
#
0
)
%
E
.
Abort
.
Lemma
wp_apply_evar
e
P
:
Lemma
wp_apply_evar
e
P
:
P
-∗
(
∀
Q
Φ
,
Q
-∗
WP
e
{{
Φ
}})
-∗
WP
e
{{
_,
True
}}
.
P
-∗
(
∀
Q
Φ
,
Q
-∗
WP
e
{{
Φ
}})
-∗
WP
e
{{
_,
True
}}
.
...
...
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