Remove mapAccumL, mapAccumR, mapAccumB
[ghc-hetmet.git] / compiler / coreSyn / CoreTidy.lhs
index 95c3ac4..ea89fcc 100644 (file)
@@ -26,6 +26,8 @@ import OccName
 import SrcLoc
 import Maybes
 import Util
+
+import Data.List
 \end{code}