Remove mapAccumL, mapAccumR, mapAccumB
[ghc-hetmet.git] / compiler / typecheck / TcTyClsDecls.lhs
index 8a07fae..3d2e4ba 100644 (file)
@@ -44,7 +44,7 @@ import ListSetOps
 import Digraph
 import DynFlags
 
-import Data.List        ( partition, elemIndex )
+import Data.List
 import Control.Monad    ( mplus )
 \end{code}