aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable/commutator.v
diff options
context:
space:
mode:
authorEnrico2018-03-20 22:23:39 +0100
committerGitHub2018-03-20 22:23:39 +0100
commitae8e96a37644a4d1cded1b13acf031d1325b68b4 (patch)
tree12b1367edce028767f8e9ebea319b7788705ae64 /mathcomp/solvable/commutator.v
parent3d59940ff4601713e8395f6b7e5c525501183731 (diff)
parent2525c33691e25f837b7dca31d4c702199b3dbc5d (diff)
Merge pull request #185 from jashug/deprecate-arguments-scope
Change deprecated Arguments Scope to Arguments
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.