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
Yixuan Chen
Iris
Commits
6edb48ba
Commit
6edb48ba
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
add test for make_laterable iModIntro
parent
c5a82d9a
No related branches found
Branches containing commit
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
+12
-0
12 additions, 0 deletions
tests/proofmode.ref
tests/proofmode.v
+8
-0
8 additions, 0 deletions
tests/proofmode.v
with
20 additions
and
0 deletions
tests/proofmode.ref
+
12
−
0
View file @
6edb48ba
...
...
@@ -383,6 +383,18 @@ Tactic failure: iFrame: cannot frame Q.
--------------------------------------∗
default emp mP
1 goal
PROP : bi
H : BiAffine PROP
P, Q : PROP
H0 : Laterable Q
============================
"HP" : ▷ P
"HQ" : Q
--------------------------------------∗
▷ P ∗ Q
"elim_mod_accessor"
: string
1 goal
...
...
This diff is collapsed.
Click to expand it.
tests/proofmode.v
+
8
−
0
View file @
6edb48ba
From
iris
.
bi
Require
Import
laterable
.
From
iris
.
proofmode
Require
Import
tactics
intro_patterns
.
Set
Default
Proof
Using
"Type"
.
...
...
@@ -1079,6 +1080,13 @@ Proof.
iIntros
"[P _]"
.
done
.
Qed
.
Lemma
test_iModIntro_make_laterable
`{
BiAffine
PROP
}
(
P
Q
:
PROP
)
:
Laterable
Q
→
P
-∗
Q
-∗
make_laterable
(
▷
P
∗
Q
)
.
Proof
.
iIntros
(?)
"HP HQ"
.
iModIntro
.
Show
.
by
iFrame
.
Qed
.
End
tests
.
Section
parsing_tests
.
...
...
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