[MLton] hash table

Gergely Buday gbuday at gmail.com
Mon Jul 27 13:54:28 PDT 2009


2009/7/27 Stefan Savev <savev at ccs.neu.edu>:
> I've been looking for a hash table in the basis library,
> but I did not find one.
>
> Do you have?

There is no such thing in the Basis Library since you can implement
one using the language. Remember, Basis Library functionality is for
those things that can not be implemented in SML per se or the
implementation would not be fast.

Standard ML of New Jersey has a structure called HashTable whose
signature is in theory this:

http://www.smlnj.org//doc/smlnj-lib/Manual/hash-table.html

but my actual signature in my sml/nj 110.68 is a bit different.

- Gergely



More information about the MLton mailing list