[commit: ghc] master: Fix a typo about pattern synonyms in documentation. (b320ba8)
git at git.haskell.org
git at git.haskell.org
Thu Mar 8 01:52:11 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b320ba82e8ae3784d2c509e6a8aae4f4d03ef210/ghc
>---------------------------------------------------------------
commit b320ba82e8ae3784d2c509e6a8aae4f4d03ef210
Author: HE, Tao <sighingnow at gmail.com>
Date: Mon Mar 5 23:52:29 2018 +0800
Fix a typo about pattern synonyms in documentation.
>---------------------------------------------------------------
b320ba82e8ae3784d2c509e6a8aae4f4d03ef210
docs/users_guide/glasgow_exts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 40013f3..5bcd67e 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -5155,7 +5155,7 @@ Pattern synonyms
Pattern synonyms are enabled by the language extension :extension:`PatternSynonyms`, which is
required for defining them, but *not* for using them. More information and
-examples of view patterns can be found on the `Wiki page <PatternSynonyms>`.
+examples of pattern synonyms can be found on the :ghc-wiki:`Wiki page <PatternSynonyms>`.
Pattern synonyms enable giving names to parametrized pattern schemes.
They can also be thought of as abstract constructors that don't have a
More information about the ghc-commits
mailing list