diff options
author | rrt <unknown> | 2000-06-08 14:58:34 +0000 |
---|---|---|
committer | rrt <unknown> | 2000-06-08 14:58:34 +0000 |
commit | 8acced7d8e6692de223eab8f837f3042f27d5042 (patch) | |
tree | 63f833122c5c4d3d9b6d0d801f9c64557e61a32c | |
parent | 4844b9641ef4cdbf39f0afd8713af075baba9591 (diff) | |
download | haskell-8acced7d8e6692de223eab8f837f3042f27d5042.tar.gz |
[project @ 2000-06-08 14:58:34 by rrt]
Improved link to Foreign hslibs stuff.
-rw-r--r-- | ghc/docs/users_guide/glasgow_exts.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 904e4707d7..1a001c5ba1 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -1482,7 +1482,7 @@ qualifier list has just one element, a boolean expression. <Para> The foreign interface consists of language and library support. The former is described later in <XRef LinkEnd="ffi">; the latter is outlined below, -and detailed in the hslibs documentation. +and detailed in <XRef LinkEnd="sec-Foreign">. </Para> <Sect2 id="glasgow-foreign-headers"> |