From 0412acb43fb362c39f5a97300f14a7342f00ea90 Mon Sep 17 00:00:00 2001
From: Robbert Krebbers <mail@robbertkrebbers.nl>
Date: Thu, 7 Nov 2019 16:27:01 +0100
Subject: [PATCH] Consistent variable names in `tests/proofmode_monpred.v`.

---
 tests/proofmode_monpred.ref | 18 +++++++++---------
 tests/proofmode_monpred.v   | 11 ++++++-----
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/tests/proofmode_monpred.ref b/tests/proofmode_monpred.ref
index 5b018493c..72d54d672 100644
--- a/tests/proofmode_monpred.ref
+++ b/tests/proofmode_monpred.ref
@@ -68,12 +68,12 @@ Tactic failure: iFrame: cannot frame (P i).
   Σ : gFunctors
   invG0 : invG Σ
   N : namespace
-  P : iProp Σ
+  š“Ÿ : iProp Ī£
   ============================
-  "H" : āŽ” inv N (<pers> P) āŽ¤
-  "H2" : āŽ” ā–· <pers> P āŽ¤
+  "H" : āŽ” inv N (<pers> š“Ÿ) āŽ¤
+  "H2" : āŽ” ā–· <pers> š“Ÿ āŽ¤
   --------------------------------------ā–”
-  |={⊤ āˆ– ↑N}=> āŽ” ā–· <pers> P āŽ¤ āˆ— (|={⊤}=> āŽ” ā–· P āŽ¤)
+  |={⊤ āˆ– ↑N}=> āŽ” ā–· <pers> š“Ÿ āŽ¤ āˆ— (|={⊤}=> āŽ” ā–· š“Ÿ āŽ¤)
   
 1 subgoal
   
@@ -81,12 +81,12 @@ Tactic failure: iFrame: cannot frame (P i).
   Σ : gFunctors
   invG0 : invG Σ
   N : namespace
-  P : iProp Σ
+  š“Ÿ : iProp Ī£
   ============================
-  "H" : āŽ” inv N (<pers> P) āŽ¤
-  "H2" : āŽ” ā–· <pers> P āŽ¤
+  "H" : āŽ” inv N (<pers> š“Ÿ) āŽ¤
+  "H2" : āŽ” ā–· <pers> š“Ÿ āŽ¤
   --------------------------------------ā–”
-  "Hclose" : āŽ” ā–· <pers> P ={⊤ āˆ– ↑N,⊤}=āˆ— emp āŽ¤
+  "Hclose" : āŽ” ā–· <pers> š“Ÿ ={⊤ āˆ– ↑N,⊤}=āˆ— emp āŽ¤
   --------------------------------------āˆ—
-  |={⊤ āˆ– ↑N,⊤}=> āŽ” ā–· P āŽ¤
+  |={⊤ āˆ– ↑N,⊤}=> āŽ” ā–· š“Ÿ āŽ¤
   
diff --git a/tests/proofmode_monpred.v b/tests/proofmode_monpred.v
index 41c98a140..013a1e199 100644
--- a/tests/proofmode_monpred.v
+++ b/tests/proofmode_monpred.v
@@ -174,18 +174,19 @@ Section tests_iprop.
   Context {I : biIndex} `{!invG Σ}.
 
   Local Notation monPred := (monPred I (iPropI Σ)).
-  Implicit Types P : iProp Σ.
+  Implicit Types P Q R : monPred.
+  Implicit Types š“Ÿ š“  š“” : iProp Ī£.
 
-  Lemma test_iInv_0 N P:
-    embed (B:=monPred) (inv N (<pers> P)) ={⊤}=āˆ—  āŽ”ā–· PāŽ¤.
+  Lemma test_iInv_0 N š“Ÿ :
+    embed (B:=monPred) (inv N (<pers> š“Ÿ)) ={⊤}=āˆ— āŽ”ā–· š“ŸāŽ¤.
   Proof.
     iIntros "#H".
     iInv N as "#H2". Show.
     iModIntro. iSplit=>//. iModIntro. iModIntro; auto.
   Qed.
 
-  Lemma test_iInv_0_with_close N P:
-    embed (B:=monPred) (inv N (<pers> P)) ={⊤}=āˆ— āŽ”ā–· PāŽ¤.
+  Lemma test_iInv_0_with_close N š“Ÿ :
+    embed (B:=monPred) (inv N (<pers> š“Ÿ)) ={⊤}=āˆ— āŽ”ā–· š“ŸāŽ¤.
   Proof.
     iIntros "#H".
     iInv N as "#H2" "Hclose". Show.
-- 
GitLab