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
Adam
Iris
Commits
3c2d317a
Commit
3c2d317a
authored
Nov 16, 2021
by
Robbert Krebbers
Browse files
Add test.
parent
b3901a51
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/proofmode.v
View file @
3c2d317a
From
iris
.
algebra
Require
Import
gmap
.
From
iris
.
bi
Require
Import
laterable
.
From
iris
.
proofmode
Require
Import
tactics
intro_patterns
.
From
iris
.
prelude
Require
Import
options
.
...
...
@@ -81,6 +82,11 @@ Proof.
auto
.
Qed
.
Lemma
test_iRewrite_dom
`
{!
BiInternalEq
PROP
}
{
A
:
ofe
}
(
m1
m2
:
gmap
nat
A
)
:
m1
≡
m2
⊢
@{
PROP
}
⌜
dom
(
gset
nat
)
m1
=
dom
(
gset
nat
)
m2
⌝
.
Proof
.
iIntros
"H"
.
by
iRewrite
"H"
.
Qed
.
Check
"test_iDestruct_and_emp"
.
Lemma
test_iDestruct_and_emp
P
Q
`
{!
Persistent
P
,
!
Persistent
Q
}
:
P
∧
emp
-
∗
emp
∧
Q
-
∗
<
affine
>
(
P
∗
Q
).
...
...
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