From 9ecc9d5724e142a69b0ce4eb501a366e9069e591 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Thu, 13 Nov 1997 17:08:31 +0000 Subject: [PATCH] [project @ 1997-11-13 17:08:31 by simonm] oops, correct it again. --- ghc/lib/ghc/PrelBase.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/ghc/PrelBase.lhs b/ghc/lib/ghc/PrelBase.lhs index 6f2c47bcfe55..5db767e8c635 100644 --- a/ghc/lib/ghc/PrelBase.lhs +++ b/ghc/lib/ghc/PrelBase.lhs @@ -583,7 +583,7 @@ eftInt now step instance Bounded Int where - minBound = negate 214748367 - 1 -- ********************** + minBound = negate 2147483647 - 1 -- ********************** maxBound = 2147483647 -- ********************** instance Num Int where -- GitLab