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

add timeless instance

parent 7810bc37
No related branches found
No related tags found
1 merge request!299Move array stuff to own file
......@@ -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.
......
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