Skip to content
Snippets Groups Projects
Commit 7319e95e authored by Ralf Jung's avatar Ralf Jung
Browse files

test via printing that the goal looks like it should

parent 28e01a7a
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,17 @@ ...@@ -31,6 +31,17 @@
--------------------------------------□ --------------------------------------□
<affine> (P ∗ Q) <affine> (P ∗ Q)
1 subgoal
PROP : sbi
H : BiAffine PROP
P, Q : PROP
============================
_ : □ P
_ : Q
--------------------------------------∗
□ P
1 subgoal 1 subgoal
PROP : sbi PROP : sbi
......
...@@ -482,9 +482,9 @@ Qed. ...@@ -482,9 +482,9 @@ Qed.
Lemma test_and_sep_affine_bi `{BiAffine PROP} P Q : P Q P Q. Lemma test_and_sep_affine_bi `{BiAffine PROP} P Q : P Q P Q.
Proof. Proof.
iIntros "[??]". iSplit; last done. iIntros "[??]". iSplit; last done. Show. done.
lazymatch goal with |- coq_tactics.envs_entails _ ( P) => done end.
Qed. Qed.
End tests. End tests.
(** Test specifically if certain things print correctly. *) (** Test specifically if certain things print correctly. *)
......
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