Remove mapAccumL, mapAccumR, mapAccumB
[ghc-hetmet.git] / compiler / codeGen / CgClosure.lhs
index 98e5b0d..fabf434 100644 (file)
@@ -46,6 +46,8 @@ import BasicTypes
 import Constants
 import Outputable
 import FastString
+
+import Data.List
 \end{code}
 
 %********************************************************