aboutsummaryrefslogtreecommitdiff
path: root/src/WeierstrassCurve/Pre.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/WeierstrassCurve/Pre.v')
-rw-r--r--src/WeierstrassCurve/Pre.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WeierstrassCurve/Pre.v b/src/WeierstrassCurve/Pre.v
index aeffc3a2b..039ffad8a 100644
--- a/src/WeierstrassCurve/Pre.v
+++ b/src/WeierstrassCurve/Pre.v
@@ -8,7 +8,7 @@ Local Open Scope core_scope.
Generalizable All Variables.
Section Pre.
- Context {F eq zero one opp add sub mul inv div} `{field F eq zero one opp add sub mul inv div}.
+ Context {F eq zero one opp add sub mul inv div} {field:@field F eq zero one opp add sub mul inv div} {eq_dec: DecidableRel eq}.
Local Infix "=" := eq. Local Notation "a <> b" := (not (a = b)).
Local Infix "=" := eq : type_scope. Local Notation "a <> b" := (not (a = b)) : type_scope.
Local Notation "0" := zero. Local Notation "1" := one.