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
Joshua Yanovski
iris-coq
Commits
c0793382
Commit
c0793382
authored
Feb 10, 2017
by
Robbert Krebbers
Browse files
Hint Mode for LimitPreserving.
parent
1f1c66bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
c0793382
...
@@ -1073,7 +1073,8 @@ Qed.
...
@@ -1073,7 +1073,8 @@ Qed.
(
**
Sigma
*
)
(
**
Sigma
*
)
Class
LimitPreserving
`
{!
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
).
limit_preserving
(
c
:
chain
A
)
:
(
∀
n
,
P
(
c
n
))
→
P
(
compl
c
).
Hint
Mode
LimitPreserving
+
+
!
:
typeclass_instances
.
Section
limit_preserving
.
Section
limit_preserving
.
Context
{
A
:
ofeT
}
`
{!
Cofe
A
}
.
Context
{
A
:
ofeT
}
`
{!
Cofe
A
}
.
...
...
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