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
Tej Chajed
iris
Commits
8e83b473
Commit
8e83b473
authored
Jan 05, 2017
by
Ralf Jung
Browse files
tweak sigma COFE
parent
e7266df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
8e83b473
...
...
@@ -956,7 +956,7 @@ Proof.
Qed
.
(** Sigma *)
Class
LimitPreserving
{
A
:
ofeT
}
`
{!
Cofe
A
}
(
P
:
A
→
Prop
)
:
Prop
:
=
Class
LimitPreserving
`
{!
Cofe
A
}
(
P
:
A
→
Prop
)
:
Prop
:
=
limit_preserving
:
∀
c
:
chain
A
,
(
∀
n
,
P
(
c
n
))
→
P
(
compl
c
).
Section
sigma
.
...
...
@@ -987,7 +987,7 @@ Section sigma.
Canonical
Structure
sigC
:
ofeT
:
=
OfeT
(
sig
P
)
sig_ofe_mixin
.
(* FIXME: WTF, it seems that within these braces {...} the ofe argument of LimitPreserving
sudden
y
l becomes explicit...? *)
suddenl
y
becomes explicit...? *)
Program
Definition
sig_compl
`
{
LimitPreserving
_
P
}
:
Compl
sigC
:
=
λ
c
,
exist
P
(
compl
(
chain_map
proj1_sig
c
))
_
.
Next
Obligation
.
...
...
@@ -1009,7 +1009,7 @@ Section sigma.
Qed
.
End
sigma
.
Arguments
sigC
{
A
}
P
.
Arguments
sigC
{
_
}
_
.
(** Notation for writing functors *)
Notation
"∙"
:
=
idCF
:
cFunctor_scope
.
...
...
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