Skip to content
Snippets Groups Projects
Commit b5e2eb4e authored by Ralf Jung's avatar Ralf Jung
Browse files

erasure is in iris/examples

parent 736b17dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment