From c9b18c77c9f4f6ad4ebb69b6a693516ae34efdaf Mon Sep 17 00:00:00 2001 From: qrczak Date: Sat, 24 Mar 2001 19:50:56 +0000 Subject: [PATCH] [project @ 2001-03-24 19:50:56 by qrczak] Typo in 2147483648. --- ghc/docs/users_guide/glasgow_exts.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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). -- 1.7.10.4