From: qrczak Date: Sat, 24 Mar 2001 19:50:56 +0000 (+0000) Subject: [project @ 2001-03-24 19:50:56 by qrczak] X-Git-Tag: Approximately_9120_patches~2320 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c9b18c77c9f4f6ad4ebb69b6a693516ae34efdaf;p=ghc-hetmet.git [project @ 2001-03-24 19:50:56 by qrczak] Typo in 2147483648. --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 951b59c..b0b36ba 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -275,8 +275,9 @@ program), you may wish to check if there are libraries that provide a slightly-non-standard reading is that there is no difficulty with the literal -2147483648 at type Int; it means fromInteger (-2147483648). The strict interpretation - would be negate (fromInteger 21474836483), - and the call to fromInteger would overflow (at type Int, remember). + would be negate (fromInteger 2147483648), + and the call to fromInteger would overflow + (at type Int, remember).