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

Remove redundant space.

parent ed3b52f9
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ Implicit Types e : expr Λ.
(* Weakest pre *)
Lemma wp_unfold s E e Φ :
WP e @ s; E {{ Φ }} ⊣⊢ wp_pre s (wp (PROP:=iProp Σ) s) E e Φ.
WP e @ s; E {{ Φ }} ⊣⊢ wp_pre s (wp (PROP:=iProp Σ) s) E e Φ.
Proof. rewrite wp_eq. apply (fixpoint_unfold (wp_pre s)). Qed.
Global Instance wp_ne s E e n :
......
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