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

Bump coq-stdpp.

parent d85fdb0e
No related branches found
No related tags found
No related merge requests found
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp fa6ff9d18aefb29e839e815aa170262d330bd108
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp 2d27f42b9c4d9e5c0810122779a93873050fb756
......@@ -493,7 +493,7 @@ Qed.
(** * Implication and wand *)
Lemma tac_impl_intro Δ Δ' i P Q :
(if env_spatial_is_nil Δ then Unit else PersistentP P)
(if env_spatial_is_nil Δ then TCTrue else PersistentP P)
envs_app false (Esnoc Enil i P) Δ = Some Δ'
(Δ' Q) Δ P Q.
Proof.
......
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