From 80705c37e0e7fb9484bb9289eabb533976719b42 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 31 Jul 2001 12:58:00 +0000 Subject: [PATCH] [project @ 2001-07-31 12:58:00 by simonmar] merge ghc/lib/std/PrelInt.lhs rev. 1.16-1.18 --- GHC/Int.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Int.lhs b/GHC/Int.lhs index c091d67..54e6a5d 100644 --- a/GHC/Int.lhs +++ b/GHC/Int.lhs @@ -574,7 +574,7 @@ instance Bits Int64 where isSigned _ = True {-# RULES -"fromIntegral/a->Int64" fromIntegral = \x -> case fromIntegral x of I# x# -> I64# (intToInt64# x#) +"fromIntegral/a->Int64" fromIntegral = \x -> case fromIntegral x of I# x# -> I64# x# "fromIntegral/Int64->a" fromIntegral = \(I64# x#) -> fromIntegral (I# x#) #-} -- 1.7.10.4