Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Friis Vindum
Iris
Commits
b5e2eb4e
Commit
b5e2eb4e
authored
Jul 13, 2019
by
Ralf Jung
Browse files
erasure is in iris/examples
parent
736b17dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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