Remove foldl' from Util; use the Data.List one instead
[ghc-hetmet.git] / compiler / utils / FiniteMap.lhs
index 9168d36..50800bf 100644 (file)
@@ -1,7 +1,7 @@
-
+%
+% (c) The University of Glasgow 2006
 % (c) The AQUA Project, Glasgow University, 1994-1998
 %
-\section[FiniteMap]{An implementation of finite maps}
 
 ``Finite maps'' are the heart of the compiler's
 lookup-tables/environments and its implementation of sets.  Important
@@ -62,7 +62,9 @@ import Bag      ( Bag, foldrBag )
 import Util
 import Outputable
 
-import GLAEXTS
+import GHC.Exts
+
+import Data.List
 
 #if ! OMIT_NATIVE_CODEGEN
 #  define IF_NCG(a) a