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
Glen Mével
Iris
Commits
43cedf6d
Commit
43cedf6d
authored
Jan 26, 2022
by
Glen Mével
Browse files
fix a test against a TC arg that has become non-implicit
parent
86e61eb4
Pipeline
#60803
passed with stage
in 18 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/proofmode.v
View file @
43cedf6d
...
...
@@ -591,7 +591,7 @@ Lemma test_TC_resolution `{!BiAffine PROP} (Φ : nat → PROP) l x :
x
∈
l
→
([
∗
list
]
y
∈
l
,
Φ
y
)
-
∗
Φ
x
.
Proof
.
iIntros
(
Hp
)
"HT"
.
iDestruct
(
big_sepL_elem_of
_
_
_
Hp
with
"HT"
)
as
"Hp"
.
iDestruct
(
big_sepL_elem_of
_
_
_
_
Hp
with
"HT"
)
as
"Hp"
.
done
.
Qed
.
...
...
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