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/algebra/ssrint.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mathcomp/algebra/ssrint.v') diff --git a/mathcomp/algebra/ssrint.v b/mathcomp/algebra/ssrint.v index 752be45..cbfd593 100644 --- a/mathcomp/algebra/ssrint.v +++ b/mathcomp/algebra/ssrint.v @@ -362,7 +362,7 @@ Canonical int_iDomain := Definition absz m := match m with Posz p => p | Negz n => n.+1 end. Notation "m - n" := (@GRing.add int_ZmodType m%N (@GRing.opp int_ZmodType n%N)) : distn_scope. -Arguments Scope absz [distn_scope]. +Arguments absz _%distn_scope. Local Notation "`| m |" := (absz m) : nat_scope. Module intOrdered. @@ -1600,7 +1600,7 @@ Module Export IntDist. Notation "m - n" := (@GRing.add int_ZmodType m%N (@GRing.opp int_ZmodType n%N)) : distn_scope. -Arguments Scope absz [distn_scope]. +Arguments absz _%distn_scope. Notation "`| m |" := (absz m) : nat_scope. Coercion Posz : nat >-> int. -- cgit v1.2.3