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
Jonas Kastberg
iris
Commits
aaf62d5e
Commit
aaf62d5e
authored
Jan 20, 2018
by
Robbert Krebbers
Browse files
Fix some comments.
parent
d23ae90d
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/classes.v
View file @
aaf62d5e
...
...
@@ -84,7 +84,7 @@ Hint Mode FromAlways + - ! - : typeclass_instances.
progress, i.e. its instances should actually strip a later.
The point of using the auxilary class [IntoLaterN'] is to ensure that the
default instance is not applied deeply in the term, which may
cause
in too many
default instance is not applied deeply in the term, which may
result
in too many
definitions being unfolded (see issue #55).
For binary connectives we have the following instances:
...
...
@@ -97,7 +97,7 @@ IntoLaterN' n P P' IntoLaterN n Q Q'
IntoLaterN' n Q Q'
-------------------------------
IntoLaterN n (P /\ Q) (P /\ Q')
IntoLaterN
'
n (P /\ Q) (P /\ Q')
>>
*)
Class
IntoLaterN
{
M
}
(
n
:
nat
)
(
P
Q
:
uPred
M
)
:
=
into_laterN
:
P
⊢
▷
^
n
Q
.
...
...
Write
Preview
Markdown
is supported
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