diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index cd798ca263894e9c77c612a83f962e1cb509aeea..f56bb892ae3f97ff689ee81dd5997ebb1312b742 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -856,9 +856,11 @@ y)</literal> will not be coalesced. </title> <para> -Pattern synonyms are enabled by the flag <literal>-XPatternSynonyms</literal>. -More information and examples of view patterns can be found on the -<ulink url="http://ghc.haskell.org/trac/ghc/wiki/PatternSynonyms">Wiki +Pattern synonyms are enabled by the flag +<literal>-XPatternSynonyms</literal>, which is required for both +defining them <emphasis>and</emphasis> using them. More information +and examples of view patterns can be found on the <ulink +url="http://ghc.haskell.org/trac/ghc/wiki/PatternSynonyms">Wiki page</ulink>. </para>