[commit: ghc] master: Documentation update: Enumerations of Integers are subject to list fusion (#5670) (4a3b8c3)
Paolo Capriotti
p.capriotti at gmail.com
Fri Mar 9 16:52:23 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4a3b8c3f6d9e86ff0df2595484f71bc85d4fca37
>---------------------------------------------------------------
commit 4a3b8c3f6d9e86ff0df2595484f71bc85d4fca37
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Dec 1 22:31:05 2011 +0100
Documentation update: Enumerations of Integers are subject to list fusion (#5670)
>---------------------------------------------------------------
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 135d8ec..bcf84b4 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -9239,7 +9239,7 @@ The following are good producers:
<listitem>
<para>
- Enumerations of <literal>Int</literal> and <literal>Char</literal> (e.g. <literal>['a'..'z']</literal>).
+ Enumerations of <literal>Int</literal>, <literal>Integer</literal> and <literal>Char</literal> (e.g. <literal>['a'..'z']</literal>).
</para>
</listitem>
<listitem>
More information about the Cvs-ghc
mailing list