[project @ 1999-11-11 17:52:58 by simonpj]
[ghc-hetmet.git] / ghc / tests / lib / should_run / enum03.hs
index 16efa2d..5313b0c 100644 (file)
@@ -3,7 +3,7 @@ module Main(main) where
 
 import Exception
 import Word
-import Int( Num(fromInt) )
+import Int( Num(fromInt), Integral(toInt) )
 
 main = do
   putStrLn "Testing Enum Word8:"