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
de52d5d0
Commit
de52d5d0
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
bump GPFSL; std++ rename fix
parent
632c5f46
No related branches found
No related tags found
No related merge requests found
Pipeline
#25057
passed
5 years ago
Changes
3
Pipelines
17
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
opam
+1
-1
1 addition, 1 deletion
opam
theories/typing/cont.v
+1
-1
1 addition, 1 deletion
theories/typing/cont.v
theories/typing/type.v
+1
-1
1 addition, 1 deletion
theories/typing/type.v
with
3 additions
and
3 deletions
opam
+
1
−
1
View file @
de52d5d0
...
@@ -16,7 +16,7 @@ This branch uses a proper weak memory model.
...
@@ -16,7 +16,7 @@ This branch uses a proper weak memory model.
"""
"""
depends: [
depends: [
"coq-gpfsl" { (= "dev.2020-02-
1
5.
1.a9cd56f7
") | (= "dev") }
"coq-gpfsl" { (= "dev.2020-02-
2
5.
0.388769e1
") | (= "dev") }
]
]
build: [make "-j%{jobs}%"]
build: [make "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
theories/typing/cont.v
+
1
−
1
View file @
de52d5d0
...
@@ -20,7 +20,7 @@ Section typing.
...
@@ -20,7 +20,7 @@ Section typing.
iSpecialize
(
"HC"
with
"[]"
);
first
done
.
iSpecialize
(
"HC"
with
"[]"
);
first
done
.
assert
(
args
=
of_val
<$>
argsv
)
as
->
.
assert
(
args
=
of_val
<$>
argsv
)
as
->
.
{
clear
-
Hargs
.
induction
Hargs
as
[|
a
av
??
[
<-%
of_to_val
|
->
]
_
->
]=>
//=.
}
{
clear
-
Hargs
.
induction
Hargs
as
[|
a
av
??
[
<-%
of_to_val
|
->
]
_
->
]=>
//=.
}
rewrite
-
{
3
}(
vec_to_list_
of_list
argsv
)
.
iApply
(
"HC"
with
"Hna HL HT"
)
.
rewrite
-
{
3
}(
vec_to_list_
to_vec
argsv
)
.
iApply
(
"HC"
with
"Hna HL HT"
)
.
Qed
.
Qed
.
Lemma
type_cont
argsb
L1
(
T'
:
vec
val
(
length
argsb
)
→
_)
E
L2
C
T
econt
e2
kb
:
Lemma
type_cont
argsb
L1
(
T'
:
vec
val
(
length
argsb
)
→
_)
E
L2
C
T
econt
e2
kb
:
...
...
This diff is collapsed.
Click to expand it.
theories/typing/type.v
+
1
−
1
View file @
de52d5d0
...
@@ -681,7 +681,7 @@ Section type_util.
...
@@ -681,7 +681,7 @@ Section type_util.
iSplit
.
iSplit
.
-
iIntros
"H"
.
iDestruct
"H"
as
(
vl
)
"[Hl Hown]"
.
-
iIntros
"H"
.
iDestruct
"H"
as
(
vl
)
"[Hl Hown]"
.
iDestruct
(
ty_size_eq
with
"Hown"
)
as
%<-.
iDestruct
(
ty_size_eq
with
"Hown"
)
as
%<-.
iExists
(
list_to_vec
vl
)
.
rewrite
vec_to_list_
of_list
.
iFrame
.
iExists
(
list_to_vec
vl
)
.
rewrite
vec_to_list_
to_vec
.
iFrame
.
-
iIntros
"H"
.
iDestruct
"H"
as
(
vl
)
"[Hl Hown]"
.
eauto
with
iFrame
.
-
iIntros
"H"
.
iDestruct
"H"
as
(
vl
)
"[Hl Hown]"
.
eauto
with
iFrame
.
Qed
.
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