> > [EMAIL PROTECTED] wrote:
> > >
> > > ... hash table in my data structure, can some one tell me how to
implement
> > > it? I can't find much information about it.
> > >
> > > Thanks a lot
> > >
> > > Rui
> >
> > http://www.haskell.org/ghc/docs/6.0/html/base/Data.HashTable.html
>
> There is also the FiniteMap data type which may also please you:
> http://www.haskell.org/ghc/docs/6.0/html/base/Data.FiniteMap.html
>
And maybe a fast integer finite map may please you even more:
http://www.cs.uu.nl/~daan/ddata.html
-- Daan Leijen
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell