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
Jonas Kastberg
iris
Commits
7319e95e
Commit
7319e95e
authored
Jun 10, 2018
by
Ralf Jung
Browse files
test via printing that the goal looks like it should
parent
28e01a7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/proofmode.ref
View file @
7319e95e
...
...
@@ -31,6 +31,17 @@
--------------------------------------□
<affine> (P ∗ Q)
1 subgoal
PROP : sbi
H : BiAffine PROP
P, Q : PROP
============================
_ : □ P
_ : Q
--------------------------------------∗
□ P
1 subgoal
PROP : sbi
...
...
tests/proofmode.v
View file @
7319e95e
...
...
@@ -482,9 +482,9 @@ Qed.
Lemma
test_and_sep_affine_bi
`
{
BiAffine
PROP
}
P
Q
:
□
P
∧
Q
⊢
□
P
∗
Q
.
Proof
.
iIntros
"[??]"
.
iSplit
;
last
done
.
lazymatch
goal
with
|-
coq_tactics
.
envs_entails
_
(
□
P
)
=>
done
end
.
iIntros
"[??]"
.
iSplit
;
last
done
.
Show
.
done
.
Qed
.
End
tests
.
(** Test specifically if certain things print correctly. *)
...
...
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