Make vectorisation part of the optimiser pipeline
[ghc-hetmet.git] / compiler / simplCore / SimplEnv.lhs
index 1d7d2e4..6104d33 100644 (file)
@@ -58,6 +58,8 @@ import BasicTypes
 import DynFlags
 import Util
 import Outputable
+
+import Data.List
 \end{code}
 
 %************************************************************************