[project @ 1996-05-01 18:36:59 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcClassSig.lhs
index 999bc0d..08e2fe1 100644 (file)
@@ -8,7 +8,7 @@
 
 module TcClassSig ( tcClassSigs ) where
 
-import TcMonad         -- typechecking monadic machinery
+import TcMonad         hiding ( rnMtoTcM )
 import HsSyn           -- the stuff being typechecked
 
 import Type
@@ -23,7 +23,7 @@ import Util
 tcClassSigs :: E -> TVE -> Class       -- Knot tying only!
            -> (ClassOp -> SpecEnv)     -- Ditto; the spec info for the class ops
            -> TyVarTemplate            -- The class type variable, used for error check only
-           -> [Name]                   -- Names with default methods
+           -> [RnName]                 -- Names with default methods
            -> [RenamedClassOpSig]
            -> Baby_TcM ([ClassOp],     -- class ops
                         GVE,           -- env for looking up the class ops