Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan
iris-coq
Commits
bc947bd5
Commit
bc947bd5
authored
Feb 09, 2018
by
Robbert Krebbers
Browse files
Test case for performance regression akin to
#153
.
Fixed by stdpp 93b4ec70e13a573a9055a5bf1269f5885e18e843.
parent
e6084d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/tests/proofmode.v
View file @
bc947bd5
...
...
@@ -311,6 +311,10 @@ Proof.
done
.
Qed
.
Lemma
test_iNext_fail
P
Q
a
b
c
d
e
f
g
h
i
j
:
▷
^(
a
+
b
)
▷
^(
c
+
d
+
e
)
P
-
∗
▷
^(
f
+
g
+
h
+
i
+
j
)
True
.
Proof
.
iIntros
"H"
.
iNext
.
done
.
Qed
.
Lemma
test_iEval
x
y
:
⌜
(
y
+
x
)%
nat
=
1
⌝
-
∗
⌜
S
(
x
+
y
)
=
2
%
nat
⌝
:
uPred
M
.
Proof
.
iIntros
(
H
).
...
...
Write
Preview
Supports
Markdown
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