Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Model registry
Operate
Environments
Monitor
Service Desk
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
Iris
lambda-rust
Commits
fb8840ab
Commit
fb8840ab
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into ci/gen_proofmode
parents
2fcf3af4
b5dcac80
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
theories/lang/lib/new_delete.v
+2
-1
2 additions, 1 deletion
theories/lang/lib/new_delete.v
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
0
View file @
fb8840ab
...
@@ -20,6 +20,8 @@ variables:
...
@@ -20,6 +20,8 @@ variables:
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\((real|user):
[0-9]"
|
tee
build-time.txt'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\((real|user):
[0-9]"
|
tee
build-time.txt'
# maybe validate
# maybe validate
-
'
if
[[
-n
"$VALIDATE"
]];
then
make
validate;
fi'
-
'
if
[[
-n
"$VALIDATE"
]];
then
make
validate;
fi'
# maybe create opam package
-
'
if
[[
-n
"$OPAM_PKG"
&&
"$CI_COMMIT_REF_NAME"
==
master
]];
then
curl
--fail
-X
POST
-F
"token=$OPAM_UPDATE_SECRET"
-F
"ref=master"
-F
"variables[REPO]=$CI_PROJECT_URL.git"
-F
"variables[REF]=$CI_COMMIT_REF_NAME"
-F
"variables[SHA]=$CI_COMMIT_SHA"
-F
"variables[NAME]=$OPAM_PKG"
https://gitlab.mpi-sws.org/api/v4/projects/581/trigger/pipeline;
fi'
cache
:
cache
:
key
:
"
$CI_JOB_NAME"
key
:
"
$CI_JOB_NAME"
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
fb8840ab
...
@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
...
@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
This version is known to compile with:
This version is known to compile with:
-
Coq 8.6.1 / 8.7.
1
-
Coq 8.6.1 / 8.7.
2
-
Ssreflect 1.6.4
-
Ssreflect 1.6.4
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/FP/iris-coq/
)
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/FP/iris-coq/
)
...
...
This diff is collapsed.
Click to expand it.
theories/lang/lib/new_delete.v
+
2
−
1
View file @
fb8840ab
...
@@ -34,7 +34,8 @@ Section specs.
...
@@ -34,7 +34,8 @@ Section specs.
{{{
RET
#☠
;
True
}}}
.
{{{
RET
#☠
;
True
}}}
.
Proof
.
Proof
.
iIntros
(?
Φ
)
"(H↦ & [H†|%]) HΦ"
;
iIntros
(?
Φ
)
"(H↦ & [H†|%]) HΦ"
;
wp_lam
;
wp_op
;
case_bool_decide
;
try
lia
;
wp_if
;
try
wp_free
;
by
iApply
"HΦ"
.
wp_lam
;
wp_op
;
case_bool_decide
;
try
lia
;
wp_if
;
try
wp_free
;
by
iApply
"HΦ"
.
Qed
.
Qed
.
End
specs
.
End
specs
.
...
...
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