Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
76
Issues
76
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
230b2a6b
Commit
230b2a6b
authored
Nov 28, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some nits.
parent
692b8570
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ofe.v
algebra/ofe.v
+3
-3
boxes.v
base_logic/lib/boxes.v
+2
-2
No files found.
algebra/ofe.v
View file @
230b2a6b
...
...
@@ -342,11 +342,11 @@ Section unit.
Definition
unit_ofe_mixin
:
OfeMixin
unit
.
Proof
.
by
repeat
split
;
try
exists
0
.
Qed
.
Canonical
Structure
unitC
:
ofeT
:=
OfeT
unit
unit_ofe_mixin
.
Global
Program
Instance
unit_cofe
:
Cofe
unitC
:=
{
compl
x
:=
()
}.
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
.
End
unit
.
...
...
base_logic/lib/boxes.v
View file @
230b2a6b
...
...
@@ -15,8 +15,8 @@ Section box_defs.
Definition
slice_name
:=
gname
.
Definition
box_own_auth
(
γ
:
slice_name
)
(
a
:
auth
(
option
(
excl
bool
)))
:=
own
γ
(
a
,
(
∅
:
option
(
agree
(
later
(
iPreProp
Σ
))))).
Definition
box_own_auth
(
γ
:
slice_name
)
(
a
:
auth
(
option
(
excl
bool
)))
:
iProp
Σ
:=
own
γ
(
a
,
(
∅
:
option
(
agree
(
later
(
iPreProp
Σ
))))).
Definition
box_own_prop
(
γ
:
slice_name
)
(
P
:
iProp
Σ
)
:
iProp
Σ
:=
own
γ
(
∅
:
auth
(
option
(
excl
bool
)),
Some
(
to_agree
(
Next
(
iProp_unfold
P
)))).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment