diff options
| author | Maxime Dénès | 2017-10-30 14:16:48 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-30 14:16:48 +0100 |
| commit | e1b1743fb6aaed042d5e6762ea76c3242593ab1d (patch) | |
| tree | f2c7a9504fe1a1a39a9015a771bf07eba1696ca8 /mathcomp/solvable/gseries.v | |
| parent | d5437703555329168288467dc1a94b1176e1776e (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.v | 2 |
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). |
