Skip to content
Snippets Groups Projects
Commit 17522e1c authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Show that `saved_anything` is non-expansive and proper.

parent 950db182
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,11 @@ Section saved_anything.
Persistent (saved_anything_own γ x).
Proof. rewrite /saved_anything_own; apply _. Qed.
Global Instance saved_anything_ne γ : NonExpansive (saved_anything_own γ).
Proof. solve_proper. Qed.
Global Instance saved_anything_proper γ : Proper (() ==> ()) (saved_anything_own γ).
Proof. solve_proper. Qed.
Lemma saved_anything_alloc_strong x (G : gset gname) :
(|==> γ, γ G saved_anything_own γ x)%I.
Proof. by apply own_alloc_strong. 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