Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
b7efc7bd
Commit
b7efc7bd
authored
May 25, 2020
by
Ralf Jung
Browse files
rename array_tools -> array; update CHANGELOG
parent
218d8b33
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
b7efc7bd
...
...
@@ -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.
...
...
_CoqProject
View file @
b7efc7bd
...
...
@@ -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
...
...
theories/heap_lang/lib/array
_tools
.v
→
theories/heap_lang/lib/array.v
View file @
b7efc7bd
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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