X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FNum.lhs;h=5a94949350fc686087fa62ef50483c13e72786e9;hb=d05ee4e82cea5d9ff651bdd7ac65b9908c0ae20e;hp=e16a3505687c4923efedc562aba1e2d0f9f9f0d6;hpb=603a6d54ecab3769605fa5cdc39963cdbf0f4eaf;p=ghc-base.git diff --git a/GHC/Num.lhs b/GHC/Num.lhs index e16a350..5a94949 100644 --- a/GHC/Num.lhs +++ b/GHC/Num.lhs @@ -111,6 +111,7 @@ instance Num Int where | n `eqInt` 0 = 0 | otherwise = 1 + {-# INLINE fromInteger #-} -- Just to be sure! fromInteger i = I# (toInt# i) quotRemInt :: Int -> Int -> (Int, Int)