[project @ 2000-05-08 17:24:10 by panne]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsCore.lhs
index 1837027..d7f1317 100644 (file)
@@ -30,6 +30,7 @@ import Demand         ( Demand )
 import Literal         ( Literal )
 import PrimOp          ( CCall, pprCCallOp )
 import Type            ( Kind )
+import PprType         ( {- instance Outputable Type -} )
 import CostCentre
 import SrcLoc          ( SrcLoc )
 import Outputable