[project @ 2003-02-20 18:18:55 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsPat.lhs
index b12a7c6..6027377 100644 (file)
@@ -30,10 +30,8 @@ import BasicTypes    ( Boxity, tupleParens )
 -- others:
 import TysWiredIn      ( nilDataCon, charDataCon, charTy )
 import Var             ( TyVar )
-import DataCon         ( DataCon, dataConTyCon )
-import Maybes          ( maybeToBool )
+import DataCon         ( DataCon )
 import Outputable      
-import TyCon           ( maybeTyConSingleCon )
 import Type            ( Type )
 \end{code}