From 260e8ecd81c7bb528079736f40ef641f1afb010d Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Sat, 9 Nov 2019 09:50:35 +0100 Subject: [PATCH] Remove spurious space. --- theories/proofmode/monpred.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/proofmode/monpred.v b/theories/proofmode/monpred.v index 47789deb9..97df3d632 100644 --- a/theories/proofmode/monpred.v +++ b/theories/proofmode/monpred.v @@ -213,7 +213,7 @@ Proof. Qed. Lemma into_wand_monPred_at_unknown_unknown p q R P ð“Ÿ Q ð“ i : - IntoWand p q R P Q → MakeMonPredAt i P 𓟠→ MakeMonPredAt i Q ð“ → + IntoWand p q R P Q → MakeMonPredAt i P 𓟠→ MakeMonPredAt i Q ð“ → IntoWand p q (R i) ð“Ÿ ð“ . Proof. rewrite /IntoWand /MakeMonPredAt /bi_affinely_if /bi_persistently_if. -- GitLab