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

wp_fork changelog

parent d7934087
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ Changes in and extensions of the theory:
functions.
* [#] Add atomic updates and logically atomic triples, including tactic support.
See `heap_lang/lib/increment.v` for an example.
* [#] HeapLang now uses right-to-left evaluation order. This makes easier to
write specifications of curried functions.
* [#] HeapLang now uses right-to-left evaluation order. This makes it
significantly easier to write specifications of curried functions.
Changes in Coq:
......@@ -78,6 +78,7 @@ Changes in Coq:
* `namespaces` has been moved to std++.
* Changed `IntoVal` to be directly usable for rewriting `e` into `of_val v`, and
changed `AsVal` to be usable for rewriting via the `[v <-]` destruct pattern.
* `wp_fork` is now written in curried form.
## Iris 3.1.0 (released 2017-12-19)
......
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