Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
William Mansky
Iris
Commits
230b2a6b
Commit
230b2a6b
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Some nits.
parent
692b8570
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algebra/ofe.v
+3
-3
3 additions, 3 deletions
algebra/ofe.v
base_logic/lib/boxes.v
+2
-2
2 additions, 2 deletions
base_logic/lib/boxes.v
with
5 additions
and
5 deletions
algebra/ofe.v
+
3
−
3
View file @
230b2a6b
...
@@ -342,11 +342,11 @@ Section unit.
...
@@ -342,11 +342,11 @@ Section unit.
Definition
unit_ofe_mixin
:
OfeMixin
unit
.
Definition
unit_ofe_mixin
:
OfeMixin
unit
.
Proof
.
by
repeat
split
;
try
exists
0
.
Qed
.
Proof
.
by
repeat
split
;
try
exists
0
.
Qed
.
Canonical
Structure
unitC
:
ofeT
:=
OfeT
unit
unit_ofe_mixin
.
Canonical
Structure
unitC
:
ofeT
:=
OfeT
unit
unit_ofe_mixin
.
Global
Program
Instance
unit_cofe
:
Cofe
unitC
:=
{
compl
x
:=
()
}
.
Global
Program
Instance
unit_cofe
:
Cofe
unitC
:=
{
compl
x
:=
()
}
.
Next
Obligation
.
by
repeat
split
;
try
exists
0
.
Qed
.
Next
Obligation
.
by
repeat
split
;
try
exists
0
.
Qed
.
Global
Instance
unit_discrete_cofe
:
Discrete
unitC
.
Global
Instance
unit_discrete_cofe
:
Discrete
unitC
.
Proof
.
done
.
Qed
.
Proof
.
done
.
Qed
.
End
unit
.
End
unit
.
...
...
This diff is collapsed.
Click to expand it.
base_logic/lib/boxes.v
+
2
−
2
View file @
230b2a6b
...
@@ -15,8 +15,8 @@ Section box_defs.
...
@@ -15,8 +15,8 @@ Section box_defs.
Definition
slice_name
:=
gname
.
Definition
slice_name
:=
gname
.
Definition
box_own_auth
(
γ
:
slice_name
)
(
a
:
auth
(
option
(
excl
bool
)))
Definition
box_own_auth
(
γ
:
slice_name
)
(
a
:
auth
(
option
(
excl
bool
)))
:
iProp
Σ
:=
:=
own
γ
(
a
,
(
∅:
option
(
agree
(
later
(
iPreProp
Σ
)))))
.
own
γ
(
a
,
(
∅:
option
(
agree
(
later
(
iPreProp
Σ
)))))
.
Definition
box_own_prop
(
γ
:
slice_name
)
(
P
:
iProp
Σ
)
:
iProp
Σ
:=
Definition
box_own_prop
(
γ
:
slice_name
)
(
P
:
iProp
Σ
)
:
iProp
Σ
:=
own
γ
(
∅:
auth
(
option
(
excl
bool
)),
Some
(
to_agree
(
Next
(
iProp_unfold
P
))))
.
own
γ
(
∅:
auth
(
option
(
excl
bool
)),
Some
(
to_agree
(
Next
(
iProp_unfold
P
))))
.
...
...
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