We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5214822 commit 1a598bfCopy full SHA for 1a598bf
apps/derive/theories/derive/eqb_core_defs.v
@@ -30,7 +30,7 @@ Definition eqax_on (eqb : A -> A -> bool) (a1:A) :=
30
End Section.
31
32
Lemma pos_eq_dec : forall x y:positive, {x = y} + {x <> y}.
33
-Proof. decide equality. Qed.
+Proof. decide equality. Defined.
34
35
Theorem UIP_dec (A : Type) (eq_dec : forall x y : A, {x = y} + {x <> y}) :
36
forall (x y : A) (p1 p2 : x = y), p1 = p2.
0 commit comments