[project @ 2001-06-25 08:09:57 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcDefaults.lhs
index c0330d4..66e56ef 100644 (file)
@@ -17,7 +17,7 @@ import TcMonoType     ( tcHsType )
 import TcSimplify      ( tcSimplifyCheckThetas )
 
 import TysWiredIn      ( integerTy, doubleTy )
-import Type             ( Type, mkClassPred )
+import TcType           ( Type, mkClassPred )
 import PrelNames       ( numClassName )
 import Outputable
 import HscTypes                ( TyThing(..) )