[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsMatches.lhs
index 7c7db36..5800e5e 100644 (file)
@@ -10,9 +10,9 @@ 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         ( GenType{-instance Outputable-} )
 import Pretty