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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Simon Spies
lambda-rust
Commits
0fcb5b61
Commit
0fcb5b61
authored
5 years ago
by
Hai Dang
Browse files
Options
Downloads
Patches
Plain Diff
fix missing renaming vPropC to vPropO
parent
53bad519
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/type.v
+3
-3
3 additions, 3 deletions
theories/typing/type.v
with
3 additions
and
3 deletions
theories/typing/type.v
+
3
−
3
View file @
0fcb5b61
...
...
@@ -169,8 +169,8 @@ Section ofe.
Instance
type_dist
:
Dist
type
:=
type_dist'
.
Let
T
:=
prodO
(
prodO
natO
(
thread_id
-
d
>
list
val
-
d
>
vProp
C
Σ
))
(
lft
-
d
>
thread_id
-
d
>
loc
-
d
>
vProp
C
Σ
)
.
(
prodO
natO
(
thread_id
-
d
>
list
val
-
d
>
vProp
O
Σ
))
(
lft
-
d
>
thread_id
-
d
>
loc
-
d
>
vProp
O
Σ
)
.
Let
P
(
x
:
T
)
:
Prop
:=
(
∀
κ
tid
l
,
Persistent
(
x
.
2
κ
tid
l
))
∧
(
∀
tid
vl
,
x
.
1
.
2
tid
vl
-∗
⌜
length
vl
=
x
.
1
.
1
⌝
)
∧
...
...
@@ -234,7 +234,7 @@ Section ofe.
st_dist'
n
ty1
ty2
.
Instance
st_dist
:
Dist
simple_type
:=
st_dist'
.
Definition
st_unpack
(
ty
:
simple_type
)
:
thread_id
-
d
>
list
val
-
d
>
vProp
C
Σ
:=
Definition
st_unpack
(
ty
:
simple_type
)
:
thread_id
-
d
>
list
val
-
d
>
vProp
O
Σ
:=
λ
tid
vl
,
ty
.(
ty_own
)
tid
vl
.
Definition
st_ofe_mixin
:
OfeMixin
simple_type
.
...
...
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