Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
Commits
bfe7dd4c
Commit
bfe7dd4c
authored
May 17, 2017
by
Robbert Krebbers
Browse files
Add test for iLöb.
parent
646bfc85
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
bfe7dd4c
...
...
@@ -162,6 +162,12 @@ Proof. iIntros "#?". by iSplit. Qed.
Lemma
test_iSpecialize_persistent
P
Q
:
□
P
-
∗
(
□
P
-
∗
Q
)
-
∗
Q
.
Proof
.
iIntros
"#HP HPQ"
.
by
iSpecialize
(
"HPQ"
with
"HP"
).
Qed
.
Lemma
test_iL
ö
b
P
:
(
∃
n
,
▷
^
n
P
)%
I
.
Proof
.
iL
ö
b
as
"IH"
.
iDestruct
"IH"
as
(
n
)
"IH"
.
by
iExists
(
S
n
).
Qed
.
End
tests
.
Section
more_tests
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment