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
c88d6dd1
There was a problem fetching the pipeline summary.
Commit
c88d6dd1
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
TODO comments
parent
e79c148f
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
theories/typing/lib/mutex/mutexguard.v
+1
-3
1 addition, 3 deletions
theories/typing/lib/mutex/mutexguard.v
theories/typing/lib/rwlock/rwlockwriteguard.v
+1
-1
1 addition, 1 deletion
theories/typing/lib/rwlock/rwlockwriteguard.v
with
2 additions
and
4 deletions
theories/typing/lib/mutex/mutexguard.v
+
1
−
3
View file @
c88d6dd1
...
@@ -267,7 +267,5 @@ Section code.
...
@@ -267,7 +267,5 @@ Section code.
iApply
type_jump
;
solve_typing
.
iApply
type_jump
;
solve_typing
.
Qed
.
Qed
.
(* TODO:
(* TODO: Should we do try_lock? *)
Should we do try_lock?
*)
End
code
.
End
code
.
This diff is collapsed.
Click to expand it.
theories/typing/lib/rwlock/rwlockwriteguard.v
+
1
−
1
View file @
c88d6dd1
...
@@ -116,7 +116,7 @@ Section rwlockwriteguard.
...
@@ -116,7 +116,7 @@ Section rwlockwriteguard.
eqtype
E
L
(
rwlockwriteguard
α1
ty1
)
(
rwlockwriteguard
α2
ty2
)
.
eqtype
E
L
(
rwlockwriteguard
α1
ty1
)
(
rwlockwriteguard
α2
ty2
)
.
Proof
.
intros
.
by
eapply
rwlockwriteguard_proper
.
Qed
.
Proof
.
intros
.
by
eapply
rwlockwriteguard_proper
.
Qed
.
(* TODO: In Rust, the
read
guard is Sync if ty is Send+Sync. *)
(* TODO: In Rust, the
write
guard is Sync if ty is Send+Sync. *)
End
rwlockwriteguard
.
End
rwlockwriteguard
.
Hint
Resolve
rwlockwriteguard_mono'
rwlockwriteguard_proper'
:
lrust_typing
.
Hint
Resolve
rwlockwriteguard_mono'
rwlockwriteguard_proper'
:
lrust_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