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
18ef7b44
There was a problem fetching the pipeline summary.
Commit
18ef7b44
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Issue #55 of iris-coq has been fixed.
parent
6e29397b
No related branches found
No related tags found
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/cont.v
+0
-1
0 additions, 1 deletion
theories/typing/cont.v
with
1 addition
and
2 deletions
opam.pins
+
1
−
1
View file @
18ef7b44
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
fb1712dd9da4d05ca2c919748633801934369d0d
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
5241c33d3013b81bb620b3cfd3cba1f2efdc5b2b
This diff is collapsed.
Click to expand it.
theories/typing/cont.v
+
0
−
1
View file @
18ef7b44
...
@@ -34,7 +34,6 @@ Section typing.
...
@@ -34,7 +34,6 @@ Section typing.
iIntros
(
args
)
"Htl HL HT"
.
iApply
wp_rec
;
try
done
.
iIntros
(
args
)
"Htl HL HT"
.
iApply
wp_rec
;
try
done
.
{
rewrite
Forall_fmap
Forall_forall
=>?
_
.
rewrite
/=
to_of_val
.
eauto
.
}
{
rewrite
Forall_fmap
Forall_forall
=>?
_
.
rewrite
/=
to_of_val
.
eauto
.
}
{
by
rewrite
-
(
subst_v_eq
(_
::
_)
(
RecV
_
_
_
:::
_))
.
}
{
by
rewrite
-
(
subst_v_eq
(_
::
_)
(
RecV
_
_
_
:::
_))
.
}
(* FIXME: iNext here unfolds things in the context. *)
iNext
.
iApply
(
Hecont
with
"* HEAP LFT Htl HE HL [HC] HT"
)
.
iNext
.
iApply
(
Hecont
with
"* HEAP LFT Htl HE HL [HC] HT"
)
.
by
iApply
"IH"
.
by
iApply
"IH"
.
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