Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
318ef882
Commit
318ef882
authored
Sep 26, 2017
by
Robbert Krebbers
Committed by
Jacques-Henri Jourdan
Oct 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make algebra/proofmode_classes.v no longer depend on base_logic.
parent
1e8054db
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
_CoqProject
_CoqProject
+1
-1
theories/algebra/auth.v
theories/algebra/auth.v
+2
-1
theories/algebra/frac.v
theories/algebra/frac.v
+1
-1
theories/algebra/frac_auth.v
theories/algebra/frac_auth.v
+1
-1
theories/algebra/proofmode_classes.v
theories/algebra/proofmode_classes.v
+1
-1
theories/base_logic/lib/own.v
theories/base_logic/lib/own.v
+1
-1
theories/base_logic/proofmode.v
theories/base_logic/proofmode.v
+1
-1
No files found.
_CoqProject
View file @
318ef882
...
...
@@ -24,6 +24,7 @@ theories/algebra/local_updates.v
theories/algebra/gset.v
theories/algebra/coPset.v
theories/algebra/deprecated.v
theories/algebra/proofmode_classes.v
theories/bi/interface.v
theories/bi/derived.v
theories/bi/big_op.v
...
...
@@ -39,7 +40,6 @@ theories/base_logic/soundness.v
theories/base_logic/double_negation.v
theories/base_logic/deprecated.v
theories/base_logic/proofmode.v
theories/base_logic/proofmode_classes.v
theories/base_logic/lib/iprop.v
theories/base_logic/lib/own.v
theories/base_logic/lib/saved_prop.v
...
...
theories/algebra/auth.v
View file @
318ef882
From
iris
.
algebra
Require
Export
excl
local_updates
.
From
iris
.
base_logic
Require
Import
base_logic
proofmode_classes
.
From
iris
.
algebra
Require
Import
proofmode_classes
.
From
iris
.
base_logic
Require
Import
base_logic
.
Set
Default
Proof
Using
"Type"
.
Record
auth
(
A
:
Type
)
:
=
Auth
{
authoritative
:
excl'
A
;
auth_own
:
A
}.
...
...
theories/algebra/frac.v
View file @
318ef882
From
Coq
.
QArith
Require
Import
Qcanon
.
From
iris
.
algebra
Require
Export
cmra
.
From
iris
.
base_logic
Require
Import
proofmode_classes
.
From
iris
.
algebra
Require
Import
proofmode_classes
.
Set
Default
Proof
Using
"Type"
.
Notation
frac
:
=
Qp
(
only
parsing
).
...
...
theories/algebra/frac_auth.v
View file @
318ef882
From
iris
.
algebra
Require
Export
frac
auth
.
From
iris
.
algebra
Require
Export
updates
local_updates
.
From
iris
.
base_logic
Require
Import
proofmode_classes
.
From
iris
.
algebra
Require
Import
proofmode_classes
.
Definition
frac_authR
(
A
:
cmraT
)
:
cmraT
:
=
authR
(
optionUR
(
prodR
fracR
A
)).
...
...
theories/
base_logic
/proofmode_classes.v
→
theories/
algebra
/proofmode_classes.v
View file @
318ef882
From
iris
.
proofmode
Require
Export
classes
.
From
iris
.
base_logic
Require
Export
base_logic
.
From
iris
.
algebra
Require
Export
cmra
.
(* There are various versions of [IsOp] with different modes:
...
...
theories/base_logic/lib/own.v
View file @
318ef882
From
iris
.
algebra
Require
Import
iprod
gmap
.
From
iris
.
base_logic
.
lib
Require
Export
iprop
.
From
iris
.
base_logic
Require
Import
proofmode_classes
.
From
iris
.
algebra
Require
Import
proofmode_classes
.
Set
Default
Proof
Using
"Type"
.
Import
uPred
.
...
...
theories/base_logic/proofmode.v
View file @
318ef882
From
iris
.
base_logic
Require
Export
base_logic
.
From
iris
.
proofmode
Require
Export
tactics
.
From
iris
.
base_logic
Require
Import
proofmode_classes
.
From
iris
.
algebra
Require
Import
proofmode_classes
.
Import
uPred
.
Import
bi
.
...
...
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