Skip to content
Snippets Groups Projects
Commit 6010b7c4 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

A comment that `agree_car` is not non-expansive.

parent e6d61427
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment