X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FFiniteMap.lhs;h=50800bf3d51b9bc5100a57bb6aa5c33560b011d0;hb=bf2f000a552e025ec156010d52aee282bdfcf7a4;hp=9168d3656f60006255f6651f89e31aefc3cbca9f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/utils/FiniteMap.lhs b/compiler/utils/FiniteMap.lhs index 9168d36..50800bf 100644 --- a/compiler/utils/FiniteMap.lhs +++ b/compiler/utils/FiniteMap.lhs @@ -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