[Haskell-beginners] Using FiniteMap in ghci

KwangYul Seo kwangyul.seo at gmail.com
Wed Sep 2 08:34:42 EDT 2009


Oh, I see. Thanks.

I was playing with code from Yet Another Haskell Tutorial, and it uses
FiniteMap there. I think the tutorial needs to be updated too.

Regards,
Kwang Yul Seo


On Wed, Sep 2, 2009 at 9:02 PM, Chaddaï Fouché <chaddai.fouche at gmail.com> wrote:
>
> On Wed, Sep 2, 2009 at 1:21 PM, KwangYul Seo<kwangyul.seo at gmail.com> wrote:
> > The error message says that it is hidden. How can I use the FiniteMap?
>
> FiniteMap has been superceded by Data.Map, this is probably what you
> want to use (or Data.IntMap if your keys are Int).
>
> --
> Jedaï


More information about the Beginners mailing list