[commit: ghc] master: Fix typo in docs; spotted by Rustom Mody in beginners@ (734ebcc)

Ian Lynagh igloo at earth.li
Thu Apr 14 22:26:17 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/734ebccb84c665f808b80b72aecef7fc75466204

>---------------------------------------------------------------

commit 734ebccb84c665f808b80b72aecef7fc75466204
Author: Ian Lynagh <igloo at earth.li>
Date:   Thu Apr 14 20:45:55 2011 +0100

    Fix typo in docs; spotted by Rustom Mody in beginners@

>---------------------------------------------------------------

 docs/users_guide/glasgow_exts.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index a5fba51..9ea3332 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -5884,7 +5884,7 @@ type variables, in the annotated expression.  For example:
 <programlisting>
   f = runST ( (op >>= \(x :: STRef s Int) -> g x) :: forall s. ST s Bool )
 </programlisting>
-Here, the type signature <literal>forall a. ST s Bool</literal> brings the 
+Here, the type signature <literal>forall s. ST s Bool</literal> brings the 
 type variable <literal>s</literal> into scope, in the annotated expression 
 <literal>(op >>= \(x :: STRef s Int) -> g x)</literal>.
 </para>





More information about the Cvs-ghc mailing list