[project @ 2003-11-27 15:18:11 by ross]
authorross <unknown>
Thu, 27 Nov 2003 15:18:11 +0000 (15:18 +0000)
committerross <unknown>
Thu, 27 Nov 2003 15:18:11 +0000 (15:18 +0000)
fix typo

ghc/docs/users_guide/glasgow_exts.sgml

index a4813b0..b51278b 100644 (file)
@@ -3781,7 +3781,7 @@ a new <literal>form</literal> keyword.
 Although only GHC implements arrow notation directly,
 there is also a preprocessor
 (available from the 
-<ulink url="http://www.haskell.org/arrows/">arrows web page></ulink>)
+<ulink url="http://www.haskell.org/arrows/">arrows web page</ulink>)
 that translates arrow notation into Haskell 98
 for use with other Haskell systems.
 You would still want to check arrow programs with GHC;