From: ross Date: Thu, 27 Nov 2003 15:18:11 +0000 (+0000) Subject: [project @ 2003-11-27 15:18:11 by ross] X-Git-Tag: Approx_11550_changesets_converted~222 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fb329e13b82436ceaf4392da4cf90d69abf6bbf8;p=ghc-hetmet.git [project @ 2003-11-27 15:18:11 by ross] fix typo --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index a4813b0..b51278b 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -3781,7 +3781,7 @@ a new form keyword. Although only GHC implements arrow notation directly, there is also a preprocessor (available from the -arrows web page>) +arrows web page) that translates arrow notation into Haskell 98 for use with other Haskell systems. You would still want to check arrow programs with GHC;