Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
iris
Commits
0edc1504
Commit
0edc1504
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Testcase for
iris/stdpp!123
.
parent
3ffb9bc9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam
+1
-1
1 addition, 1 deletion
opam
tests/proofmode.v
+3
-0
3 additions, 0 deletions
tests/proofmode.v
with
4 additions
and
1 deletion
opam
+
1
−
1
View file @
0edc1504
...
...
@@ -11,7 +11,7 @@ synopsis: "This is the Coq development of the Iris Project"
depends: [
"coq" { (>= "8.9.1" & < "8.12~") | (= "dev") }
"coq-stdpp" { (= "dev.2020-03-10.
1.20ef8941
") | (= "dev") }
"coq-stdpp" { (= "dev.2020-03-10.
2.8db97649
") | (= "dev") }
]
build: [make "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
tests/proofmode.v
+
3
−
0
View file @
0edc1504
...
...
@@ -227,6 +227,9 @@ Proof.
done
.
Qed
.
Lemma
test_iSpecialize_evar
P
:
(
∀
R
,
R
-∗
R
)
-∗
P
-∗
P
.
Proof
.
iIntros
"H HP"
.
iApply
(
"H"
with
"[HP]"
)
.
done
.
Qed
.
Lemma
test_iPure_intro_emp
R
`{
!
Affine
R
}
:
R
-∗
emp
.
Proof
.
iIntros
"HR"
.
by
iPureIntro
.
Qed
.
...
...
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