From haskell-cafe Tue Jan 25 21:54:32 2005 From: Jorge Adriano Aires Date: Tue, 25 Jan 2005 21:54:32 +0000 To: haskell-cafe Subject: Re: [Haskell-cafe] using Map rather than FiniteMap Message-Id: <200501252154.33102.jadrian () mat ! uc ! pt> X-MARC-Message: https://marc.info/?l=haskell-cafe&m=120491994539738 > Just did a search after my last post and learned > that FiniteMap is bad. Discoverd that Data.Map is > the intended replacement. Downloaded it and > modified it to work with 6.2. Blazingly fast! > > Yay. Hi, just curious, How much trouble was getting it to work with ghc 6.2 and adapting your program to use the API of Data.Map instead of Data.FiniteMap? J.A.