aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/attic/galgebra.v
diff options
context:
space:
mode:
authorEnrico2017-10-30 15:03:17 +0100
committerGitHub2017-10-30 15:03:17 +0100
commit7110a6e302fe102b6fb8df675511a44d8441d6c5 (patch)
treef2c7a9504fe1a1a39a9015a771bf07eba1696ca8 /mathcomp/attic/galgebra.v
parentd5437703555329168288467dc1a94b1176e1776e (diff)
parente1b1743fb6aaed042d5e6762ea76c3242593ab1d (diff)
Merge pull request #153 from maximedenes/remove-obsolete-locality
Fix obsolete vernacular syntax for locality.
Diffstat (limited to 'mathcomp/attic/galgebra.v')
-rw-r--r--mathcomp/attic/galgebra.v4
1 files changed, 2 insertions, 2 deletions
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.