aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable/commutator.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/solvable/commutator.v')
-rw-r--r--mathcomp/solvable/commutator.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/solvable/commutator.v b/mathcomp/solvable/commutator.v
index 6a390ce..ffb07d2 100644
--- a/mathcomp/solvable/commutator.v
+++ b/mathcomp/solvable/commutator.v
@@ -33,7 +33,7 @@ Definition derived_at_rec n (gT : finGroupType) (A : {set gT}) :=
(* "cooking" destroys it. *)
Definition derived_at := nosimpl derived_at_rec.
-Arguments Scope derived_at [nat_scope _ group_scope].
+Arguments derived_at _%N _ _%g.
Notation "G ^` ( n )" := (derived_at n G) : group_scope.
Section DerivedBasics.