Hi, the standard Hashtbl can be used as a basic hashset (using unit as values and the set elements as keys) for simple uses. It won't provide intersection or union, though.

On 8 avril 2014 05:42:25 UTC+02:00, Johan Mazel <johan.mazel@gmail.com> wrote:
Hi
I want to use hashset in OCaml.
I found these two implemtetations:
*https://www.lri.fr/~filliatr/ftp/ocaml/ds/hashset.ml.html
*http://caml.inria.fr/cgi-bin/hump.en.cgi?contrib=504
Is there anything else available somewhere ?
Regards
Johan

--
Simon