[project @ 1996-04-05 08:26:04 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsBinds.lhs
index a01b198..51446f2 100644 (file)
@@ -25,10 +25,9 @@ import HsTypes               ( PolyType )
 --others:
 import Id              ( DictVar(..), Id(..), GenId )
 import Outputable
-import PprType         ( pprType )
 import Pretty
 import SrcLoc          ( SrcLoc{-instances-} )
-import TyVar           ( GenTyVar{-instances-} )
+--import TyVar         ( GenTyVar{-instances-} )
 \end{code}
 
 %************************************************************************