diff options
| author | Enrico | 2017-10-30 15:03:17 +0100 |
|---|---|---|
| committer | GitHub | 2017-10-30 15:03:17 +0100 |
| commit | 7110a6e302fe102b6fb8df675511a44d8441d6c5 (patch) | |
| tree | f2c7a9504fe1a1a39a9015a771bf07eba1696ca8 /mathcomp/fingroup/morphism.v | |
| parent | d5437703555329168288467dc1a94b1176e1776e (diff) | |
| parent | e1b1743fb6aaed042d5e6762ea76c3242593ab1d (diff) | |
Merge pull request #153 from maximedenes/remove-obsolete-locality
Fix obsolete vernacular syntax for locality.
Diffstat (limited to 'mathcomp/fingroup/morphism.v')
| -rw-r--r-- | mathcomp/fingroup/morphism.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/fingroup/morphism.v b/mathcomp/fingroup/morphism.v index 9f0a900..2a70706 100644 --- a/mathcomp/fingroup/morphism.v +++ b/mathcomp/fingroup/morphism.v @@ -1006,7 +1006,7 @@ Variables (G : {group gT}) (H : {group hT}). Variable f : {morphism G >-> hT}. Variable g : {morphism H >-> rT}. -Notation Local gof := (mfun g \o mfun f). +Local Notation gof := (mfun g \o mfun f). Lemma comp_morphM : {in f @*^-1 H &, {morph gof: x y / x * y}}. Proof. |
