Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
66cb81f2
Commit
66cb81f2
authored
Dec 18, 2017
by
Jacques-Henri Jourdan
Browse files
Renaming monPred_ofe -> monPredC.
parent
3570accc
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/monpred.v
View file @
66cb81f2
...
...
@@ -52,9 +52,9 @@ Section Ofe_Cofe_def.
Definition
monPred_ofe_mixin
:
OfeMixin
monPred
.
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
.
unshelve
refine
(
iso_cofe_subtype
(
A
:
=
I
-
c
>
PROP
)
_
MonPred
monPred_car
_
_
_
)
;
[
apply
_
|
by
apply
monPred_sig_dist
|
done
|].
...
...
@@ -98,7 +98,7 @@ End Ofe_Cofe.
Arguments
monPred
_
_
:
clear
implicits
.
Local
Existing
Instance
monPred_mono
.
Arguments
monPred
_ofe
_
_
:
clear
implicits
.
Arguments
monPred
C
_
_
:
clear
implicits
.
(** BI and SBI structures. *)
...
...
Write
Preview
Supports
Markdown
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