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
Iris
Fairis
Commits
9ffa68a4
Commit
9ffa68a4
authored
Jan 18, 2016
by
Robbert Krebbers
Browse files
Eta lemma for later.
parent
e13d484b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modures/cofe.v
View file @
9ffa68a4
...
...
@@ -311,6 +311,8 @@ Inductive later (A : Type) : Type := Later { later_car : A }.
Add
Printing
Constructor
later
.
Arguments
Later
{
_
}
_.
Arguments
later_car
{
_
}
_.
Lemma
later_eta
{
A
}
(
x
:
later
A
)
:
Later
(
later_car
x
)
=
x
.
Proof
.
by
destruct
x
.
Qed
.
Section
later
.
Context
{
A
:
cofeT
}
.
...
...
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