aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Structures/Equalities.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Structures/Equalities.v')
-rw-r--r--theories/Structures/Equalities.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Structures/Equalities.v b/theories/Structures/Equalities.v
index 933c4ea0e..eb5373859 100644
--- a/theories/Structures/Equalities.v
+++ b/theories/Structures/Equalities.v
@@ -196,7 +196,7 @@ Qed.
Lemma eqb_spec x y : reflect (x==y) (x =? y).
Proof.
apply iff_reflect. symmetry. apply eqb_eq.
-Qed.
+Defined.
(** Negated form of [eqb_eq] *)