aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/zmodp.v
diff options
context:
space:
mode:
authorJasper Hugunin2018-02-21 23:27:04 -0800
committerJasper Hugunin2018-02-21 23:27:04 -0800
commit64ceb784611e5ded0c715835a36490de1c3bb1ca (patch)
tree105ff4785b1ac83c081d04379423451fb84ac257 /mathcomp/algebra/zmodp.v
parent181e9e94e04f45e0deb231246e1783c48be4f99d (diff)
Change Implicit Arguments to Arguments in algebra
Diffstat (limited to 'mathcomp/algebra/zmodp.v')
-rw-r--r--mathcomp/algebra/zmodp.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/mathcomp/algebra/zmodp.v b/mathcomp/algebra/zmodp.v
index ec9750a..f9bdaaa 100644
--- a/mathcomp/algebra/zmodp.v
+++ b/mathcomp/algebra/zmodp.v
@@ -178,9 +178,9 @@ Proof. by rewrite orderE -Zp_cycle cardsT card_ord. Qed.
End ZpDef.
-Implicit Arguments Zp0 [[p']].
-Implicit Arguments Zp1 [[p']].
-Implicit Arguments inZp [[p']].
+Arguments Zp0 {p'}.
+Arguments Zp1 {p'}.
+Arguments inZp {p'}.
Lemma ord1 : all_equal_to (0 : 'I_1).
Proof. by case=> [[] // ?]; apply: val_inj. Qed.