diff options
author | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-05-30 11:08:24 +0200 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-05-31 10:52:59 +0100 |
commit | eeed4e413571865f1a9e41b9772ed3106fd79868 (patch) | |
tree | 84ec00528c81c7a6594f1e0cdb90ff82a5884add /docs | |
parent | 76d56074385adbfd72d9ca43b777c1f288f58582 (diff) | |
download | haskell-eeed4e413571865f1a9e41b9772ed3106fd79868.tar.gz |
Space between fromInteger and function in bugs.xml
Diffstat (limited to 'docs')
-rw-r--r-- | 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 b3a74655cd..9b167ccbc9 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 |