Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/eeed4e413571865f1a9e41b9772ed3106fd79868 >--------------------------------------------------------------- commit eeed4e413571865f1a9e41b9772ed3106fd79868 Author: Daniel Fischer <[email protected]> Date: Mon May 30 11:08:24 2011 +0200 Space between fromInteger and function in bugs.xml >--------------------------------------------------------------- docs/users_guide/bugs.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/bugs.xml b/docs/users_guide/bugs.xml index b3a7465..9b167cc 100644 --- a/docs/users_guide/bugs.xml +++ b/docs/users_guide/bugs.xml @@ -251,7 +251,7 @@ checking for duplicates. The reason for this is efficiency, pure and simple. the <literal>Int</literal> type.</para> <para>The <literal>fromInteger</literal><indexterm><primary><literal>fromInteger</literal></primary> - </indexterm>function (and hence + </indexterm> function (and hence also <literal>fromIntegral</literal><indexterm><primary><literal>fromIntegral</literal></primary> </indexterm>) is a special case when converting to <literal>Int</literal>. The value of _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
