[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsBinds.lhs
index a725c1d..5d6667c 100644 (file)
@@ -10,10 +10,10 @@ Datatype for: @HsBinds@, @Bind@, @Sig@, @MonoBinds@.
 
 module HsBinds where
 
-import Ubiq
+IMP_Ubiq()
 
 -- friends:
-import HsLoop
+IMPORT_DELOOPER(HsLoop)
 import HsMatches       ( pprMatches, pprGRHSsAndBinds,
                          Match, GRHSsAndBinds )
 import HsPat           ( collectPatBinders, InPat )