From fb329e13b82436ceaf4392da4cf90d69abf6bbf8 Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 27 Nov 2003 15:18:11 +0000 Subject: [PATCH] [project @ 2003-11-27 15:18:11 by ross] fix typo --- ghc/docs/users_guide/glasgow_exts.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4