From e1b1743fb6aaed042d5e6762ea76c3242593ab1d Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Mon, 30 Oct 2017 14:16:48 +0100 Subject: Fix obsolete vernacular syntax for locality. It was emitting a deprecation warning and will soon be removed from Coq. --- mathcomp/attic/galgebra.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mathcomp/attic/galgebra.v') diff --git a/mathcomp/attic/galgebra.v b/mathcomp/attic/galgebra.v index 5e12b38..4902a47 100644 --- a/mathcomp/attic/galgebra.v +++ b/mathcomp/attic/galgebra.v @@ -18,7 +18,7 @@ Unset Printing Implicit Defensive. Reserved Notation "g %:FG" (at level 2, left associativity, format "g %:FG"). -Open Local Scope ring_scope. +Local Open Scope ring_scope. Import GRing.Theory. Section GroupAlgebraDef. @@ -42,7 +42,7 @@ Lemma galgE : forall f, GAlg (finfun f) =1 f. Proof. by move=> f i; rewrite /fun_of_galg ffunE. Qed. Definition injG (g : gT) := GAlg ([ffun k => (k == g)%:R]). -Notation Local "g %:FG" := (injG g). +Local Notation "g %:FG" := (injG g). Implicit Types v: galg. -- cgit v1.2.3