From: simonmar Date: Fri, 7 Apr 2000 13:40:15 +0000 (+0000) Subject: [project @ 2000-04-07 13:40:15 by simonmar] X-Git-Tag: Approximately_9120_patches~4772 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6e9f2f4355f0fed23449a32b838b4bd50e5c5ada;p=ghc-hetmet.git [project @ 2000-04-07 13:40:15 by simonmar] Fix up some cross-refs. --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 4748af3..5312f1c 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -114,8 +114,8 @@ Details in . Before you get too carried away working at the lowest level (e.g., sloshing MutableByteArray#s around your program), you may wish to check if there are libraries that provide a -“Haskellised veneer” over the features you want. See the -accompanying library documentation. +“Haskellised veneer” over the features you want. See +. @@ -1239,11 +1239,9 @@ immutable, and our implementation of I/O, including “C calls”. -The ST library, which provides access to the ST monad, is a -GHC/Hugs extension library and is described in the separate GHC/Hugs Extension Libraries document. +The ST library, which provides access to the +ST monad, is described in . @@ -3583,7 +3581,8 @@ expressions of the form assert pred e will be rewritten to Assertion failures can be caught, see the documentation for the -Hugs/GHC Exception library for information of how. +Exception library () +for the details.