aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field/countalg.v
diff options
context:
space:
mode:
authorJasper Hugunin2018-02-21 23:48:01 -0800
committerJasper Hugunin2018-02-21 23:48:01 -0800
commit40d53fc61a7907c7f08bf37b9ab045ef4a5a1fe9 (patch)
tree6f7346554b33f1ea2ed343185486a7ca469dccc4 /mathcomp/field/countalg.v
parentcef1a8eadcdef812ce9ee2738cb294644fafbfab (diff)
Change Implicit Arguments to Arguments in field
Diffstat (limited to 'mathcomp/field/countalg.v')
-rw-r--r--mathcomp/field/countalg.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/field/countalg.v b/mathcomp/field/countalg.v
index 95d28cb..a6d11b3 100644
--- a/mathcomp/field/countalg.v
+++ b/mathcomp/field/countalg.v
@@ -59,7 +59,7 @@ Definition gen_pack T :=
End Generic.
-Implicit Arguments gen_pack [type base_type class_of base_of base_sort].
+Arguments gen_pack [type base_type class_of base_of base_sort].
Local Notation cnt_ c := (@Countable.Class _ c c).
Local Notation do_pack pack T := (pack T _ _ id _ _ _ id).
Import GRing.Theory.