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
6010b7c4
Commit
6010b7c4
authored
Dec 10, 2018
by
Robbert Krebbers
Browse files
A comment that `agree_car` is not non-expansive.
parent
e6d61427
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/agree.v
View file @
6010b7c4
...
...
@@ -26,6 +26,9 @@ Proof.
Thus Ag(T) is not necessarily complete.
*)
(** Note that the projection [agree_car] is not non-expansive, so it cannot be
used in the logic. If you need to get a witness out, you should use the
lemma [to_agree_uninjN] instead. *)
Record
agree
(
A
:
Type
)
:
Type
:
=
{
agree_car
:
list
A
;
agree_not_nil
:
bool_decide
(
agree_car
=
[])
=
false
...
...
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