Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
George Pirlea
Iris
Commits
7319e95e
Commit
7319e95e
authored
Jun 10, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test via printing that the goal looks like it should
parent
28e01a7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
tests/proofmode.ref
tests/proofmode.ref
+11
-0
tests/proofmode.v
tests/proofmode.v
+2
-2
No files found.
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
Markdown
is supported
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