summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-08-07 23:40:51 -0400
committerBen Gamari <ben@smart-cactus.org>2017-08-14 20:44:19 -0400
commit7c37ffe8f0acd2f72e3d3aeeb517991fa7d45a16 (patch)
treedacf4b5a9e1882d74f2dffdbcd0379be79ff07b8
parentc6462ab02882779d7e33f2cac00cd89a9ac192f1 (diff)
downloadhaskell-7c37ffe8f0acd2f72e3d3aeeb517991fa7d45a16.tar.gz
Point to FunDeps documentation on Haskell wiki
-rw-r--r--docs/users_guide/glasgow_exts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index bc09402668..378beb26e6 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -5407,8 +5407,8 @@ of a class declaration; e.g. ::
class Foo a b c | a b -> c where ...
-There should be more documentation, but there isn't (yet). Yell if you
-need it.
+More documentation can be found in the `Haskell Wiki
+<https://wiki.haskell.org/Functional_dependencies>`_.
.. [Jones2000]
"`Type Classes with Functional