Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
ecbeddd1
Commit
ecbeddd1
authored
Sep 27, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tests for recently fixed issues
parent
aaa4f987
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
theories/tests/proofmode.v
theories/tests/proofmode.v
+13
-0
No files found.
theories/tests/proofmode.v
View file @
ecbeddd1
...
...
@@ -181,6 +181,19 @@ Proof.
iL
ö
b
as
"IH"
.
iDestruct
"IH"
as
(
n
)
"IH"
.
by
iExists
(
S
n
).
Qed
.
Lemma
test_iIntros_start_proof
:
(
True
:
uPred
M
)%
I
.
Proof
.
(* Make sure iIntros actually makes progress and enters the proofmode. *)
progress
iIntros
.
done
.
Qed
.
Lemma
test_True_intros
:
(
True
:
uPred
M
)
-
∗
True
.
Proof
.
iIntros
"?"
.
done
.
Qed
.
End
tests
.
Section
more_tests
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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