[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcTyDecls.lhs
index e248b90..47649c7 100644 (file)
@@ -12,7 +12,7 @@ module TcTyDecls (
        mkDataBinds
     ) where
 
-import Ubiq{-uitous-}
+IMP_Ubiq(){-uitous-}
 
 import HsSyn           ( TyDecl(..), ConDecl(..), BangType(..), HsExpr(..), 
                          Match(..), GRHSsAndBinds(..), GRHS(..), OutPat(..), 
@@ -250,7 +250,6 @@ mkConstructor con_id
     checkTc (null eval_theta')
            (missingEvalErr con_id eval_theta')         `thenTc_`
 
-
        -- Build the data constructor
     let
        con_rhs = mkHsTyLam tc_tyvars $