Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/efb5e36ed56e768a66b0ef7c48219a01cb9b44e5 >--------------------------------------------------------------- commit efb5e36ed56e768a66b0ef7c48219a01cb9b44e5 Author: Paolo Capriotti <[email protected]> Date: Sun Sep 9 13:33:24 2012 +0100 Fix typo in the documentation of -fdefer-type-errors. >--------------------------------------------------------------- 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 a4fb7c2..1ddf3b2 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -7089,7 +7089,7 @@ y = x z :: Int z = y </programlisting> - evaluating <literal>x</literal> will result in a runtime type error. + evaluating <literal>z</literal> will result in a runtime type error. </para> </sect2> <sect2><title>Deferred type errors in GHCi</title> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
