aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/finalg.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/finalg.v
parent181e9e94e04f45e0deb231246e1783c48be4f99d (diff)
Change Implicit Arguments to Arguments in algebra
Diffstat (limited to 'mathcomp/algebra/finalg.v')
-rw-r--r--mathcomp/algebra/finalg.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/mathcomp/algebra/finalg.v b/mathcomp/algebra/finalg.v
index 3a50934..7a1cacf 100644
--- a/mathcomp/algebra/finalg.v
+++ b/mathcomp/algebra/finalg.v
@@ -62,8 +62,7 @@ Definition gen_pack T :=
End Generic.
-Implicit Arguments
- gen_pack [type base_type class_of base_of to_choice base_sort].
+Arguments gen_pack [type base_type class_of base_of to_choice base_sort].
Local Notation fin_ c := (@Finite.Class _ c c).
Local Notation do_pack pack T := (pack T _ _ id _ _ id).
Import GRing.Theory.