[project @ 1999-11-01 16:07:48 by simonpj]
[ghc-hetmet.git] / ghc / tests / programs / fast2haskell / Fast2haskell.hs
index 5261173..848ee4e 100644 (file)
@@ -10,6 +10,7 @@
             import Word;
            import Complex; -- 1.3
            import Array; -- 1.3
+           import Int ( Num(fromInt) );
             type Complex_type   = Complex Double;
             type Array_type b   = Array Int b;
             type Assoc_type a   = (Int, a);