aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/fingroup/perm.v
diff options
context:
space:
mode:
authorEnrico2017-10-30 15:03:17 +0100
committerGitHub2017-10-30 15:03:17 +0100
commit7110a6e302fe102b6fb8df675511a44d8441d6c5 (patch)
treef2c7a9504fe1a1a39a9015a771bf07eba1696ca8 /mathcomp/fingroup/perm.v
parentd5437703555329168288467dc1a94b1176e1776e (diff)
parente1b1743fb6aaed042d5e6762ea76c3242593ab1d (diff)
Merge pull request #153 from maximedenes/remove-obsolete-locality
Fix obsolete vernacular syntax for locality.
Diffstat (limited to 'mathcomp/fingroup/perm.v')
-rw-r--r--mathcomp/fingroup/perm.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/fingroup/perm.v b/mathcomp/fingroup/perm.v
index a306475..6d9abdc 100644
--- a/mathcomp/fingroup/perm.v
+++ b/mathcomp/fingroup/perm.v
@@ -87,8 +87,8 @@ Bind Scope group_scope with perm_of.
Notation "''S_' n" := {perm 'I_n}
(at level 8, n at level 2, format "''S_' n").
-Notation Local fun_of_perm_def := (fun T (u : perm_type T) => val u : T -> T).
-Notation Local perm_def := (fun T f injf => Perm (@perm_proof T f injf)).
+Local Notation fun_of_perm_def := (fun T (u : perm_type T) => val u : T -> T).
+Local Notation perm_def := (fun T f injf => Perm (@perm_proof T f injf)).
Module Type PermDefSig.
Parameter fun_of_perm : forall T, perm_type T -> T -> T.