[project @ 2003-10-30 10:14:59 by simonpj]
[ghc-hetmet.git] / ghc / compiler / types / PprType.hi-boot-6
index 75ea5c9..554b6dd 100644 (file)
@@ -1,5 +1,5 @@
-__interface PprType 1 0 where
-__export PprType pprType pprPred ;
-1 pprType :: TypeRep.Type -> Outputable.SDoc ;
-1 pprPred :: Type.PredType -> Outputable.SDoc ;
+module PprType where
+
+pprType :: TypeRep.Type -> Outputable.SDoc
+pprPred :: Type.PredType -> Outputable.SDoc