Make the types we use when creating GHCi bytecode better match reality
[ghc-hetmet.git] / compiler / utils / Outputable.lhs
index fc5a87e..34ee673 100644 (file)
@@ -501,6 +501,9 @@ instance Outputable Word16 where
 instance Outputable Word32 where
    ppr n = integer $ fromIntegral n
 
+instance Outputable Word where
+   ppr n = integer $ fromIntegral n
+
 instance Outputable () where
    ppr _ = text "()"