[project @ 1998-02-03 17:13:54 by simonm]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsTypes.lhs
index 759251b..e2b1354 100644 (file)
@@ -23,8 +23,7 @@ module HsTypes (
 
 import Outputable
 import Kind            ( Kind {- instance Outputable -} )
-import Name            ( nameOccName )
-import Util            ( thenCmp, cmpList, isIn, panic )
+import Util            ( thenCmp, cmpList, panic )
 import GlaExts         ( Int#, (<#) )
 \end{code}