Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
b5e2eb4e
Commit
b5e2eb4e
authored
Jul 13, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erasure is in iris/examples
parent
736b17dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CHANGELOG.md
CHANGELOG.md
+4
-1
No files found.
CHANGELOG.md
View file @
b5e2eb4e
...
...
@@ -48,7 +48,10 @@ Changes in heap_lang:
*
For consistency, the restrictions CmpXchg imposes on comparison also apply to
the
`=`
binary operator. This also fixes the long-standing problem that that
operator allowed compared closures with each other.
*
Implement prophecy variables using the new support for "observations".
*
Implement prophecy variables using the new support for "observations". The
erasure theorem (showing that prophecy variables do not alter program
behavior) can be found in the iris/examples repository, in
`theories/logatom/proph_erasure.rs`
.
*
heap_lang now uses right-to-left evaluation order. This makes it
significantly easier to write specifications of curried functions.
*
heap_lang values are now injected in heap_lang expressions via a specific
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment