aboutsummaryrefslogtreecommitdiff
path: root/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v')
-rw-r--r--src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v b/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
index bf13d5618..683addd5d 100644
--- a/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
+++ b/src/CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v
@@ -135,7 +135,7 @@ Module E.
match goal with | |- _ <> 0 => admit end.
match goal with | |- _ <> 0 => admit end.
match goal with | |- _ <> 0 => admit end.
- Qed.
+ Admitted.
(* TODO: move to [Group] and [AbelianGroup] as appropriate *)
Lemma mul_0_l : forall P, (0 * P = zero)%E.