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/cyclic.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mathcomp/solvable/cyclic.v') diff --git a/mathcomp/solvable/cyclic.v b/mathcomp/solvable/cyclic.v index 7663163..bed8c5c 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 Scope cyclic [_ group_scope]. -Arguments Scope generator [_ group_scope group_scope]. -Arguments Scope expg_invn [_ group_scope nat_scope]. +Arguments cyclic _ _%g. +Arguments generator _ _%g _%g. +Arguments expg_invn _ _%g _%N. Arguments cyclicP [gT A]. Prenex Implicits cyclic Zpm generator expg_invn. @@ -556,7 +556,7 @@ Qed. End Metacyclic. -Arguments Scope metacyclic [_ group_scope]. +Arguments metacyclic _ _%g. Prenex Implicits metacyclic. Arguments metacyclicP [gT A]. -- cgit v1.2.3