[project @ 2001-12-04 08:16:41 by sof]
[ghc-hetmet.git] / ghc / compiler / ilxGen / IlxGen.lhs
index 6648889..f1b45b0 100644 (file)
@@ -53,6 +53,8 @@ import TysPrim  ( foreignObjPrimTyCon, weakPrimTyCon, byteArrayPrimTyCon, mutabl
 -- One day this will be configured by the command line.
 import CmdLineOpts     ( opt_InPackage, opt_SimplDoEtaReduction )
 
+import Util            ( lengthIs, equalLength )
+
 \end{code}