Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
7319e95e
Commit
7319e95e
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
test via printing that the goal looks like it should
parent
28e01a7a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/proofmode.ref
+11
-0
11 additions, 0 deletions
tests/proofmode.ref
tests/proofmode.v
+2
-2
2 additions, 2 deletions
tests/proofmode.v
with
13 additions
and
2 deletions
tests/proofmode.ref
+
11
−
0
View file @
7319e95e
...
@@ -31,6 +31,17 @@
...
@@ -31,6 +31,17 @@
--------------------------------------□
--------------------------------------□
<affine> (P ∗ Q)
<affine> (P ∗ Q)
1 subgoal
PROP : sbi
H : BiAffine PROP
P, Q : PROP
============================
_ : □ P
_ : Q
--------------------------------------∗
□ P
1 subgoal
1 subgoal
PROP : sbi
PROP : sbi
...
...
This diff is collapsed.
Click to expand it.
tests/proofmode.v
+
2
−
2
View file @
7319e95e
...
@@ -482,9 +482,9 @@ Qed.
...
@@ -482,9 +482,9 @@ Qed.
Lemma
test_and_sep_affine_bi
`{
BiAffine
PROP
}
P
Q
:
□
P
∧
Q
⊢
□
P
∗
Q
.
Lemma
test_and_sep_affine_bi
`{
BiAffine
PROP
}
P
Q
:
□
P
∧
Q
⊢
□
P
∗
Q
.
Proof
.
Proof
.
iIntros
"[??]"
.
iSplit
;
last
done
.
iIntros
"[??]"
.
iSplit
;
last
done
.
Show
.
done
.
lazymatch
goal
with
|
-
coq_tactics
.
envs_entails
_
(
□
P
)
=>
done
end
.
Qed
.
Qed
.
End
tests
.
End
tests
.
(** Test specifically if certain things print correctly. *)
(** Test specifically if certain things print correctly. *)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment