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

support fractional framing of ghost_var (like mapsto)

parent a513639d
No related branches found
No related tags found
No related merge requests found
......@@ -90,4 +90,10 @@ Section lemmas.
ghost_var γ (1/2) b ghost_var γ (1/2) b.
Proof. iApply ghost_var_update_2. apply Qp_half_half. Qed.
(** Framing support *)
Global Instance frame_ghost_var p γ a q1 q2 RES :
FrameFractionalHyps p (ghost_var γ q1 a) (λ q, ghost_var γ q a)%I RES q1 q2
Frame p (ghost_var γ q1 a) (ghost_var γ q2 a) RES | 5.
Proof. apply: frame_fractional. Qed.
End lemmas.
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