[project @ 1996-04-08 16:15:43 by partain]
[ghc-hetmet.git] / ghc / compiler / types / Class.lhs
index 12b4231..7174e8e 100644 (file)
@@ -37,9 +37,9 @@ import TyVar          ( TyVar(..), GenTyVar )
 import Usage           ( GenUsage, Usage(..), UVar(..) )
 
 import Maybes          ( assocMaybe, Maybe )
-import Name            ( Name )
+--import Name          ( Name )
 import Unique          -- Keys for built-in classes
-import Outputable      ( Outputable(..), NamedThing(..), ExportFlag )
+--import Outputable    ( Outputable(..), NamedThing(..), ExportFlag )
 import Pretty          ( Pretty(..), PrettyRep )
 import PprStyle                ( PprStyle )
 import SrcLoc          ( SrcLoc )