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
aa0081c5
"git-rts@gitlab.mpi-sws.org:adamAndMath/stdpp.git" did not exist on "4bbaa43af85749e6028b753f591bdfaabc7b6a74"
Commit
aa0081c5
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
8.16-compat
parent
73f69784
No related branches found
No related tags found
No related merge requests found
Pipeline
#70822
passed
2 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
theories/typing/fixpoint.v
+1
-1
1 addition, 1 deletion
theories/typing/fixpoint.v
theories/typing/lib/cell.v
+2
-2
2 additions, 2 deletions
theories/typing/lib/cell.v
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
aa0081c5
...
...
@@ -56,7 +56,7 @@ trigger-iris.dev:
variables
:
STDPP_REPO
:
"
iris/stdpp"
IRIS_REPO
:
"
iris/iris"
OPAM_PINS
:
"
coq
version
8.1
5
.dev
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
OPAM_PINS
:
"
coq
version
8.1
6
.dev
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
except
:
only
:
refs
:
...
...
This diff is collapsed.
Click to expand it.
theories/typing/fixpoint.v
+
1
−
1
View file @
aa0081c5
...
...
@@ -61,7 +61,7 @@ Section fixpoint.
{
split
;
(
intros
[
H1
H2
];
split
;
[
apply
H1
|
apply
H2
])
.
}
apply
limit_preserving_and
;
repeat
(
apply
limit_preserving_forall
=>
?)
.
+
apply
bi
.
limit_preserving_Persistent
;
solve_proper
.
+
apply
limit_preserving_impl
,
bi
.
limit_preserving_entails
;
+
apply
limit_preserving_impl
'
,
bi
.
limit_preserving_entails
;
solve_proper_core
ltac
:(
fun
_
=>
eapply
ty_size_ne
||
f_equiv
)
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
theories/typing/lib/cell.v
+
2
−
2
View file @
aa0081c5
...
...
@@ -209,7 +209,7 @@ Section typing.
iDestruct
(
ty_size_eq
with
"Hrown"
)
as
">Heq"
.
iDestruct
"Heq"
as
%
Heq
.
(* FIXME: Changing the order of $Hr↦ $Hc'↦ breaks applying...?? *)
wp_apply
(
wp_memcpy
with
"[$Hr↦ $Hc'↦]"
)
.
{
by
rewrite
Heq
.
}
{
rewrite
Heq
/=
?Nat2Z
.
id
//
.
}
{
f_equal
.
done
.
}
iIntros
"[Hr↦ Hc'↦]"
.
wp_seq
.
iDestruct
"Hx"
as
"[Hx↦ Hx†]"
.
iDestruct
"Hx↦"
as
(
vx
)
"[Hx↦ Hxown]"
.
...
...
@@ -225,7 +225,7 @@ Section typing.
{
rewrite
2
!
tctx_interp_cons
tctx_interp_singleton
!
tctx_hasty_val
.
iFrame
"Hc"
.
rewrite
!
tctx_hasty_val'
//.
iSplitL
"Hx↦ Hx†"
.
-
iFrame
.
iExists
_
.
iFrame
.
iNext
.
iApply
uninit_own
.
done
.
-
iFrame
.
iExists
_
.
iFrame
.
}
-
try
rewrite
!
Nat2Z
.
id
.
iFrame
.
iExists
_
.
iFrame
.
}
iApply
type_delete
;
[
solve_typing
..|]
.
iApply
type_delete
;
[
solve_typing
..|]
.
iApply
type_jump
;
solve_typing
.
...
...
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