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
22f5cdcd
There was a problem fetching the pipeline summary.
Commit
22f5cdcd
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
bump Iris
parent
999ce2e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/typing/function.v
+1
-2
1 addition, 2 deletions
theories/typing/function.v
with
2 additions
and
3 deletions
opam.pins
+
1
−
1
View file @
22f5cdcd
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
02bc52b4d905eb635940ff8545d59676ad44ea8c
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
15be3526bf8e9cff9a8cf7b97973367e0f697b6e
This diff is collapsed.
Click to expand it.
theories/typing/function.v
+
1
−
2
View file @
22f5cdcd
...
...
@@ -33,8 +33,7 @@ Section fn.
intros
tid
vl
.
destruct
n'
as
[|
n'
];
simpl
;
[
done
|]
.
unfold
typed_body
.
do
12
f_equiv
.
f_contractive
.
do
17
f_equiv
.
-
rewrite
!
cctx_interp_singleton
/=.
do
5
f_equiv
.
rewrite
!
tctx_interp_singleton
/
tctx_elt_interp
/=.
repeat
f_equiv
.
apply
Hty
.
by
rewrite
(
ty_size_ne
_
_
_
(
Hty
_))
.
rewrite
!
tctx_interp_singleton
/
tctx_elt_interp
/=.
repeat
(
apply
Hty
||
f_equiv
)
.
-
rewrite
/
tctx_interp
!
big_sepL_zip_with
/=.
do
3
f_equiv
.
cut
(
∀
n
tid
p
i
,
Proper
(
dist
(
S
n
)
==>
dist
n
)
(
λ
(
l
:
list
_),
∀
ty
,
⌜
l
!!
i
=
Some
ty
⌝
→
tctx_elt_interp
tid
(
p
◁
ty
))
%
I
)
.
...
...
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