[project @ 1996-05-01 18:36:59 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcClassSig.lhs
index 048b9e2..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