Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
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
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Dan Frumin
iris-coq
Commits
efa43aa3
Commit
efa43aa3
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fix type in lock.
parent
777e3509
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
heap_lang/lib/lock.v
+1
-1
1 addition, 1 deletion
heap_lang/lib/lock.v
with
1 addition
and
1 deletion
heap_lang/lib/lock.v
+
1
−
1
View file @
efa43aa3
...
@@ -12,7 +12,7 @@ Global Opaque newlock acquire release.
...
@@ -12,7 +12,7 @@ Global Opaque newlock acquire release.
(
**
The
CMRA
we
need
.
*
)
(
**
The
CMRA
we
need
.
*
)
(
*
Not
bundling
heapG
,
as
it
may
be
shared
with
other
users
.
*
)
(
*
Not
bundling
heapG
,
as
it
may
be
shared
with
other
users
.
*
)
Class
lockG
Σ
:=
Spawn
G
{
lock_tokG
:>
inG
heap_lang
Σ
(
exclR
unitC
)
}
.
Class
lockG
Σ
:=
Lock
G
{
lock_tokG
:>
inG
heap_lang
Σ
(
exclR
unitC
)
}
.
Definition
lockGF
:
gFunctorList
:=
[
GFunctor
(
constRF
(
exclR
unitC
))].
Definition
lockGF
:
gFunctorList
:=
[
GFunctor
(
constRF
(
exclR
unitC
))].
Instance
inGF_lockG
`
{
H
:
inGFs
heap_lang
Σ
lockGF
}
:
lockG
Σ
.
Instance
inGF_lockG
`
{
H
:
inGFs
heap_lang
Σ
lockGF
}
:
lockG
Σ
.
Proof
.
destruct
H
.
split
.
apply
:
inGF_inG
.
Qed
.
Proof
.
destruct
H
.
split
.
apply
:
inGF_inG
.
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