[project @ 1996-07-19 18:36:04 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsMatches.lhs
index 3b202f4..5800e5e 100644 (file)
@@ -10,11 +10,11 @@ The @Match@, @GRHSsAndBinds@ and @GRHS@ datatypes.
 
 module HsMatches where
 
-import Ubiq{-uitous-}
+IMP_Ubiq(){-uitous-}
 
-import HsLoop          ( HsExpr, nullBinds, HsBinds )
+IMPORT_DELOOPER(HsLoop)                ( HsExpr, nullBinds, HsBinds )
 import Outputable      ( ifPprShowAll )
-import PprType
+import PprType         ( GenType{-instance Outputable-} )
 import Pretty
 import SrcLoc          ( SrcLoc{-instances-} )
 import Util            ( panic )