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
Jonas Kastberg
iris
Commits
261714ad
Commit
261714ad
authored
Dec 10, 2018
by
Robbert Krebbers
Browse files
A comment about `later_car` not being non-expansive.
parent
74639a53
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
261714ad
...
...
@@ -984,6 +984,10 @@ Proof.
Qed
.
(** Later *)
(** Note that the projection [later_car] is not non-expansive (see also the
lemma [later_car_anti_contractive] below), so it cannot be used in the logic.
If you need to get a witness out, you should use the lemma [Next_uninj]
instead. *)
Record
later
(
A
:
Type
)
:
Type
:
=
Next
{
later_car
:
A
}.
Add
Printing
Constructor
later
.
Arguments
Next
{
_
}
_
.
...
...
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