[project @ 2002-02-13 14:05:50 by simonpj]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsListComp.lhs
index 99b8980..88c76f6 100644 (file)
@@ -11,7 +11,6 @@ module DsListComp ( dsListComp, dsPArrComp ) where
 import {-# SOURCE #-} DsExpr ( dsExpr, dsLet )
 
 import BasicTypes      ( Boxity(..) )
-import DataCon         ( dataConId )
 import TyCon           ( tyConName )
 import HsSyn           ( OutPat(..), HsExpr(..), Stmt(..),
                          HsMatchContext(..), HsDoContext(..),