[project @ 1999-07-15 14:08:03 by keithw]
[ghc-hetmet.git] / ghc / compiler / types / Class.lhs
index 82f6fa5..be82f23 100644 (file)
@@ -16,7 +16,7 @@ module Class (
 #include "HsVersions.h"
 
 import {-# SOURCE #-} TyCon    ( TyCon )
-import {-# SOURCE #-} Type     ( Type )
+import {-# SOURCE #-} TypeRep  ( Type )
 import {-# SOURCE #-} InstEnv  ( InstEnv )
 
 import Var             ( Id, TyVar )