[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / coreSyn / CoreSyn.lhs
index 49e6687..d66f7b6 100644 (file)
@@ -50,12 +50,9 @@ module CoreSyn (
        SimplifiableCoreArg(..),
        SimplifiableCoreCaseAlts(..),
        SimplifiableCoreCaseDefault(..)
-
-       -- and to make the interface self-sufficient ...
-
     ) where
 
-import Ubiq{-uitous-}
+IMP_Ubiq(){-uitous-}
 
 -- ToDo:rm:
 --import PprCore               ( GenCoreExpr{-instance-} )