2009/7/27 Stefan Savev <
savev@...>:
> 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.htmlbut my actual signature in my sml/nj 110.68 is a bit different.
- Gergely
_______________________________________________
MLton mailing list
MLton@...
http://mlton.org/mailman/listinfo/mlton