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

rename array_tools -> array; update CHANGELOG

parent 218d8b33
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ Coq development, but not every API-breaking change is listed. Changes marked
**Changes in heap_lang:**
* Added support for deallocation of locations.
* Added support for deallocation of locations via the `Free` operation.
* Added a fraction to the heap_lang `array` assertion.
* Added array_tools library for deallocating, copying and cloning arrays.
* Added `lib.array` module for deallocating, copying and cloning arrays.
* Added the ghost state for "invariant locations" to `heapG`. This affects the
statement of `heap_adequacy`, which is now responsible for initializing the
"invariant locations" invariant.
......
......@@ -124,7 +124,7 @@ theories/heap_lang/lib/atomic_heap.v
theories/heap_lang/lib/increment.v
theories/heap_lang/lib/diverge.v
theories/heap_lang/lib/arith.v
theories/heap_lang/lib/array_tools.v
theories/heap_lang/lib/array.v
theories/proofmode/base.v
theories/proofmode/tokens.v
theories/proofmode/coq_tactics.v
......
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