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
Ralf Jung
Iris
Commits
b600a5bb
Commit
b600a5bb
authored
May 13, 2021
by
Ralf Jung
Browse files
test bi Lemma scopes
parent
fc8e7e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/bi.v
View file @
b600a5bb
...
...
@@ -7,3 +7,10 @@ Proof. apply _. Qed.
Lemma
test_impl_persistent_2
`
{!
BiPlainly
PROP
}
:
Persistent
(
PROP
:
=
PROP
)
(
True
→
True
→
True
).
Proof
.
apply
_
.
Qed
.
(* Test that the right scopes are used. *)
Lemma
test_bi_scope
{
PROP
:
bi
}
:
True
.
Proof
.
(* [<affine> True] is implicitly in %I scope. *)
pose
proof
(
bi
.
wand_iff_refl
(
PROP
:
=
PROP
)
(<
affine
>
True
)).
Abort
.
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