Skip to content
Snippets Groups Projects
Commit 379aa18e authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Add test.

parent 88138cf6
No related branches found
No related tags found
No related merge requests found
......@@ -64,4 +64,9 @@ Section tests.
Proof.
iStartProof. iIntros (n) "$".
Qed.
Lemma test_embed_wand (P Q : PROP) : (P -∗ Q) -∗ P -∗ Q : monPred.
Proof.
iIntros "H HP". by iApply "H".
Qed.
End tests.
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