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

Remove temp lemma.

parent 50d85ae3
No related branches found
No related tags found
No related merge requests found
......@@ -694,10 +694,6 @@ Proof.
Qed.
(** * Implication and wand *)
Lemma envs_app_singleton_sound_foo Δ Δ' p j Q :
envs_app p (Esnoc Enil j Q) Δ = Some Δ' of_envs Δ ?p Q of_envs Δ'.
Proof. intros. apply wand_elim_l'. eapply envs_app_singleton_sound. eauto. Qed.
Lemma tac_impl_intro Δ Δ' i P P' Q R :
FromImpl R P Q
(if env_spatial_is_nil Δ then TCTrue else Persistent P)
......
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