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
George Pirlea
Iris
Commits
528b255f
Commit
528b255f
authored
Mar 21, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split class_instances into BI and SBI instanced
parent
dfc4dca9
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
721 additions
and
715 deletions
+721
-715
_CoqProject
_CoqProject
+2
-1
theories/bi/lib/fractional.v
theories/bi/lib/fractional.v
+1
-1
theories/proofmode/class_instances_bi.v
theories/proofmode/class_instances_bi.v
+1
-711
theories/proofmode/class_instances_sbi.v
theories/proofmode/class_instances_sbi.v
+715
-0
theories/proofmode/monpred.v
theories/proofmode/monpred.v
+1
-1
theories/proofmode/tactics.v
theories/proofmode/tactics.v
+1
-1
No files found.
_CoqProject
View file @
528b255f
...
...
@@ -101,7 +101,8 @@ theories/proofmode/sel_patterns.v
theories/proofmode/tactics.v
theories/proofmode/notation.v
theories/proofmode/classes.v
theories/proofmode/class_instances.v
theories/proofmode/class_instances_bi.v
theories/proofmode/class_instances_sbi.v
theories/proofmode/monpred.v
theories/proofmode/modalities.v
theories/proofmode/modality_instances.v
...
...
theories/bi/lib/fractional.v
View file @
528b255f
From
iris
.
bi
Require
Export
bi
.
From
iris
.
proofmode
Require
Import
classes
class_instances
.
From
iris
.
proofmode
Require
Import
classes
class_instances
_bi
.
Set
Default
Proof
Using
"Type"
.
Class
Fractional
{
PROP
:
bi
}
(
Φ
:
Qp
→
PROP
)
:
=
...
...
theories/proofmode/class_instances.v
→
theories/proofmode/class_instances
_bi
.v
View file @
528b255f
This diff is collapsed.
Click to expand it.
theories/proofmode/class_instances_sbi.v
0 → 100644
View file @
528b255f
This diff is collapsed.
Click to expand it.
theories/proofmode/monpred.v
View file @
528b255f
From
iris
.
bi
Require
Export
monpred
.
From
iris
.
bi
Require
Import
plainly
.
From
iris
.
proofmode
Require
Import
tactics
class
_instances
.
From
iris
.
proofmode
Require
Import
tactics
modality
_instances
.
Class
MakeMonPredAt
{
I
:
biIndex
}
{
PROP
:
bi
}
(
i
:
I
)
(
P
:
monPred
I
PROP
)
(
𝓟
:
PROP
)
:
=
...
...
theories/proofmode/tactics.v
View file @
528b255f
...
...
@@ -3,7 +3,7 @@ From iris.proofmode Require Import base intro_patterns spec_patterns sel_pattern
From
iris
.
bi
Require
Export
bi
.
From
stdpp
Require
Import
namespaces
.
From
iris
.
proofmode
Require
Export
classes
notation
.
From
iris
.
proofmode
Require
Import
class_instances
.
From
iris
.
proofmode
Require
Import
class_instances
_bi
class_instances_sbi
.
From
stdpp
Require
Import
hlist
pretty
.
Set
Default
Proof
Using
"Type"
.
Export
ident
.
...
...
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