summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-10-20 07:42:13 +0000
committersimonpj@microsoft.com <unknown>2009-10-20 07:42:13 +0000
commitc3f199df8ad4d678044d9af3134933e22b409c0d (patch)
tree13c2bd6692ffe61a8e3bb68846aef47930c62aa8 /docs
parentfb02349ca1daf3eaedeff076bf7cedb5923b82f7 (diff)
downloadhaskell-c3f199df8ad4d678044d9af3134933e22b409c0d.tar.gz
Fix cross-reference
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 093858bb0e..71a0752669 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -3264,7 +3264,7 @@ There should be more documentation, but there isn't (yet). Yell if you need it.
<sect3><title>Rules for functional dependencies </title>
<para>
In a class declaration, all of the class type variables must be reachable (in the sense
-mentioned in <xref linkend="type-restrictions"/>)
+mentioned in <xref linkend="flexible-contexts"/>)
from the free variables of each method type.
For example: