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
0e228686
Commit
0e228686
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
add docs and changelog entry
parent
57a3c4ff
No related branches found
Branches containing commit
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
docs/heap_lang.md
+2
-0
2 additions, 0 deletions
docs/heap_lang.md
with
6 additions
and
0 deletions
CHANGELOG.md
+
4
−
0
View file @
0e228686
...
...
@@ -135,6 +135,10 @@ With this release, we dropped support for Coq 8.9.
threads instead of only a single thread. The derived adequacy lemmas
are unchanged.
**Changes in `heap_lang`:**
*
`wp_pures`
now turns goals of the form
`WP v {{ Φ }}`
into
`Φ v`
.
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`
).
Note that the script is not idempotent, do not run it twice.
...
...
This diff is collapsed.
Click to expand it.
docs/heap_lang.md
+
2
−
0
View file @
0e228686
...
...
@@ -60,6 +60,8 @@ Tactics to take one or more pure program steps:
well as unary and binary arithmetic operators.
-
`wp_pures`
: Perform as many pure reduction steps as possible. This
tactic will
**not**
reduce lambdas/recs that are hidden behind a definition.
If the computation reaches a value, the
`WP`
will be entirely removed and the
postcondition becomes the new goal.
-
`wp_rec`
,
`wp_lam`
: Perform a beta reduction. Unlike
`wp_pure`
, this will
also reduce lambdas that are hidden behind a definition.
-
`wp_let`
,
`wp_seq`
: Reduce a let-binding or a sequential composition.
...
...
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