From 2525c33691e25f837b7dca31d4c702199b3dbc5d Mon Sep 17 00:00:00 2001 From: Jasper Hugunin Date: Sun, 4 Mar 2018 16:57:06 -0800 Subject: Change deprecated Arguments Scope to Arguments --- mathcomp/solvable/commutator.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/solvable/commutator.v') 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. -- cgit v1.2.3