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

Use `core` database.

parent 7d8c64f8
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ Definition one_shot_inv (γ : gname) (l : loc) : iProp Σ :=
(l NONEV own γ (Pending (1/2)%Qp)
n : Z, l SOMEV #n own γ (Shot n))%I.
Local Hint Extern 0 (environments.envs_entails _ (one_shot_inv _ _)) => unfold one_shot_inv.
Local Hint Extern 0 (environments.envs_entails _ (one_shot_inv _ _)) =>
unfold one_shot_inv : core.
Lemma pending_split γ q :
own γ (Pending q) ⊣⊢ own γ (Pending (q/2)) own γ (Pending (q/2)).
......
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