aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable/gseries.v
diff options
context:
space:
mode:
authorMaxime Dénès2017-10-30 14:16:48 +0100
committerMaxime Dénès2017-10-30 14:16:48 +0100
commite1b1743fb6aaed042d5e6762ea76c3242593ab1d (patch)
treef2c7a9504fe1a1a39a9015a771bf07eba1696ca8 /mathcomp/solvable/gseries.v
parentd5437703555329168288467dc1a94b1176e1776e (diff)
Fix obsolete vernacular syntax for locality.
It was emitting a deprecation warning and will soon be removed from Coq.
Diffstat (limited to 'mathcomp/solvable/gseries.v')
-rw-r--r--mathcomp/solvable/gseries.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/solvable/gseries.v b/mathcomp/solvable/gseries.v
index fe83ada..772db33 100644
--- a/mathcomp/solvable/gseries.v
+++ b/mathcomp/solvable/gseries.v
@@ -42,7 +42,7 @@ Section GroupDefs.
Variable gT : finGroupType.
Implicit Types A B U V : {set gT}.
-Notation Local groupT := (group_of (Phant gT)).
+Local Notation groupT := (group_of (Phant gT)).
Definition subnormal A B :=
(A \subset B) && (iter #|B| (fun N => generated (class_support A N)) B == A).