From: simonpj Date: Wed, 9 Apr 2003 08:44:37 +0000 (+0000) Subject: [project @ 2003-04-09 08:44:37 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~981 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d56e0dc8645e6e43b1b97d711e79be8df014e89f;p=ghc-hetmet.git [project @ 2003-04-09 08:44:37 by simonpj] wibble --- diff --git a/ghc/docs/users_guide/bugs.sgml b/ghc/docs/users_guide/bugs.sgml index c358ffc..834e630 100644 --- a/ghc/docs/users_guide/bugs.sgml +++ b/ghc/docs/users_guide/bugs.sgml @@ -191,6 +191,8 @@ main = print (array (1,1) [(1,2), (1,3)]) 98 report doesn't). So, for example, read "0xf00" :: Int works in GHC. + A possible reason for this is that readLitChar accepts hex and + octal escapes, so it seems inconsistent not to do so for integers too.