aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable/cyclic.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/solvable/cyclic.v')
-rw-r--r--mathcomp/solvable/cyclic.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/mathcomp/solvable/cyclic.v b/mathcomp/solvable/cyclic.v
index 046f4a2..e370a7e 100644
--- a/mathcomp/solvable/cyclic.v
+++ b/mathcomp/solvable/cyclic.v
@@ -289,9 +289,9 @@ Proof. by rewrite /order => /(<[a]> =P _)->. Qed.
End Cyclic.
-Arguments cyclic {_} _%g.
-Arguments generator {_}_%g _%g.
-Arguments expg_invn {_} _%g _%N.
+Arguments cyclic {gT} A%g.
+Arguments generator {gT} A%g a%g.
+Arguments expg_invn {gT} A%g k%N.
Arguments cyclicP {gT A}.
Prenex Implicits cyclic Zpm.
@@ -556,7 +556,7 @@ Qed.
End Metacyclic.
-Arguments metacyclic {_} _%g.
+Arguments metacyclic {gT} A%g.
Arguments metacyclicP {gT A}.
(* Automorphisms of cyclic groups. *)