[project @ 2003-04-09 08:44:37 by simonpj]
authorsimonpj <unknown>
Wed, 9 Apr 2003 08:44:37 +0000 (08:44 +0000)
committersimonpj <unknown>
Wed, 9 Apr 2003 08:44:37 +0000 (08:44 +0000)
wibble

ghc/docs/users_guide/bugs.sgml

index c358ffc..834e630 100644 (file)
@@ -191,6 +191,8 @@ main = print (array (1,1) [(1,2), (1,3)])</programlisting>
              98 report doesn't).  So, for example,
 <programlisting>read "0xf00" :: Int</programlisting>
               works in GHC.</para>
+             <para>A possible reason for this is that <literal>readLitChar</literal> accepts hex and
+               octal escapes, so it seems inconsistent not to do so for integers too.</para>
            </listitem>
          </varlistentry>
        </variablelist>