Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
528b255f
Commit
528b255f
authored
Mar 21, 2018
by
Ralf Jung
Browse files
split class_instances into BI and SBI instanced
parent
dfc4dca9
Pipeline
#7545
passed with stage
in 12 minutes and 33 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
_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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment