[project @ 2001-06-25 08:09:57 by simonpj]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsHsSyn.lhs
index f7c78f0..43bb8c7 100644 (file)
@@ -13,10 +13,9 @@ import TcHsSyn               ( TypecheckedPat,
                          TypecheckedMonoBinds )
 
 import Id              ( idType, Id )
-import Type             ( Type )
+import TcType           ( Type )
 import TysWiredIn      ( mkListTy, mkTupleTy, unitTy )
 import BasicTypes      ( Boxity(..) )
-import Panic           ( panic )
 \end{code}
 
 Note: If @outPatType@ doesn't bear a strong resemblance to @exprType@,