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
Rodolphe Lepigre
Iris
Commits
784e2431
Commit
784e2431
authored
Aug 13, 2019
by
Ralf Jung
Browse files
add timeless instance
parent
7810bc37
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/array.v
View file @
784e2431
...
...
@@ -28,6 +28,8 @@ Implicit Types vs : list val.
Implicit
Types
l
:
loc
.
Implicit
Types
sz
off
:
nat
.
Global
Instance
array_timeless
l
vs
:
Timeless
(
array
l
vs
)
:
=
_
.
Lemma
array_nil
l
:
l
↦∗
[]
⊣
⊢
emp
.
Proof
.
by
rewrite
/
array
.
Qed
.
...
...
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