[project @ 2001-03-24 19:50:56 by qrczak]
authorqrczak <unknown>
Sat, 24 Mar 2001 19:50:56 +0000 (19:50 +0000)
committerqrczak <unknown>
Sat, 24 Mar 2001 19:50:56 +0000 (19:50 +0000)
Typo in 2147483648.

ghc/docs/users_guide/glasgow_exts.sgml

index 951b59c..b0b36ba 100644 (file)
@@ -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 <literal>-2147483648</literal> at type <literal>Int</literal>;
              it means <literal>fromInteger (-2147483648)</literal>.  The strict interpretation
-             would be <literal>negate (fromInteger 21474836483)</literal>, 
-             and the call to <literal>fromInteger</literal> would overflow (at type <literal>Int</literal>, remember).
+             would be <literal>negate (fromInteger 2147483648)</literal>,
+             and the call to <literal>fromInteger</literal> would overflow
+             (at type <literal>Int</literal>, remember).
              </para>
 
          </listitem>