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
Gaëtan Gilbert
Iris
Commits
66cb81f2
Commit
66cb81f2
authored
7 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Renaming monPred_ofe -> monPredC.
parent
3570accc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/bi/monpred.v
+3
-3
3 additions, 3 deletions
theories/bi/monpred.v
with
3 additions
and
3 deletions
theories/bi/monpred.v
+
3
−
3
View file @
66cb81f2
...
@@ -52,9 +52,9 @@ Section Ofe_Cofe_def.
...
@@ -52,9 +52,9 @@ Section Ofe_Cofe_def.
Definition
monPred_ofe_mixin
:
OfeMixin
monPred
.
Definition
monPred_ofe_mixin
:
OfeMixin
monPred
.
Proof
.
by
apply
(
iso_ofe_mixin
monPred_sig
monPred_sig_equiv
monPred_sig_dist
)
.
Qed
.
Proof
.
by
apply
(
iso_ofe_mixin
monPred_sig
monPred_sig_equiv
monPred_sig_dist
)
.
Qed
.
Canonical
Structure
monPred
_ofe
:=
OfeT
monPred
monPred_ofe_mixin
.
Canonical
Structure
monPred
C
:=
OfeT
monPred
monPred_ofe_mixin
.
Global
Instance
monPred_cofe
`{
Cofe
PROP
}
:
Cofe
monPred
_ofe
.
Global
Instance
monPred_cofe
`{
Cofe
PROP
}
:
Cofe
monPred
C
.
Proof
.
Proof
.
unshelve
refine
(
iso_cofe_subtype
(
A
:=
I
-
c
>
PROP
)
_
MonPred
monPred_car
_
_
_);
unshelve
refine
(
iso_cofe_subtype
(
A
:=
I
-
c
>
PROP
)
_
MonPred
monPred_car
_
_
_);
[
apply
_|
by
apply
monPred_sig_dist
|
done
|]
.
[
apply
_|
by
apply
monPred_sig_dist
|
done
|]
.
...
@@ -98,7 +98,7 @@ End Ofe_Cofe.
...
@@ -98,7 +98,7 @@ End Ofe_Cofe.
Arguments
monPred
_
_
:
clear
implicits
.
Arguments
monPred
_
_
:
clear
implicits
.
Local
Existing
Instance
monPred_mono
.
Local
Existing
Instance
monPred_mono
.
Arguments
monPred
_ofe
_
_
:
clear
implicits
.
Arguments
monPred
C
_
_
:
clear
implicits
.
(** BI and SBI structures. *)
(** BI and SBI structures. *)
...
...
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