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
ae3de6b5
Commit
ae3de6b5
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump Iris, fix FIXME.
parent
6f6bd266
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/typing/lib/mutex/mutex.v
+1
-2
1 addition, 2 deletions
theories/typing/lib/mutex/mutex.v
with
2 additions
and
3 deletions
opam.pins
+
1
−
1
View file @
ae3de6b5
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
55294a275cc03823d941c678d236e36e00b785a5
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
7127e55309477c4a1db2cd43d58f65efa3431171
This diff is collapsed.
Click to expand it.
theories/typing/lib/mutex/mutex.v
+
1
−
2
View file @
ae3de6b5
...
@@ -166,8 +166,7 @@ Section code.
...
@@ -166,8 +166,7 @@ Section code.
(* TODO: It would be nice to say [{#}] as the last spec pattern to clear the context in there. *)
(* TODO: It would be nice to say [{#}] as the last spec pattern to clear the context in there. *)
{
rewrite
tctx_interp_cons
tctx_interp_singleton
tctx_hasty_val'
//
tctx_hasty_val'
//.
{
rewrite
tctx_interp_cons
tctx_interp_singleton
tctx_hasty_val'
//
tctx_hasty_val'
//.
iFrame
.
iSplitL
"Hx"
.
iFrame
.
iSplitL
"Hx"
.
-
iExists
_
.
iFrame
.
rewrite
uninit_own
vec_to_list_length
.
-
iExists
_
.
iFrame
.
by
rewrite
uninit_own
vec_to_list_length
.
by
iNext
.
(* FIXME: Just "done" should work here. *)
-
iExists
(_
::
vl
)
.
rewrite
heap_mapsto_vec_cons
.
iFrame
.
-
iExists
(_
::
vl
)
.
rewrite
heap_mapsto_vec_cons
.
iFrame
.
(* FIXME: Why does calling `iFrame` twice even make a difference? *)
(* FIXME: Why does calling `iFrame` twice even make a difference? *)
iFrame
.
eauto
.
}
iFrame
.
eauto
.
}
...
...
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