[project @ 1997-06-05 21:19:14 by sof]
[ghc-hetmet.git] / ghc / compiler / basicTypes / PprEnv.lhs
index 2c4dd1f..63aa9c3 100644 (file)
@@ -31,7 +31,9 @@ import Unique         ( initRenumberingUniques, Unique )
 import UniqFM          ( emptyUFM, UniqFM )
 import Util            ( panic )
 #if __GLASGOW_HASKELL__ >= 202
-IMPORT_DELOOPER(TyLoop)
+import {-# SOURCE #-}   Type  ( GenType )
+import {-# SOURCE #-}   TyVar ( TyVar   )
+import {-# SOURCE #-}   Id ( Id )
 import Outputable       ( PprStyle )
 import Literal          ( Literal )
 import Usage            ( GenUsage, SYN_IE(Usage) )