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 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 > >-- >Caml-list mailing list. Subscription management and archives: >https://sympa.inria.fr/sympa/arc/caml-list >Beginner's list: http://groups.yahoo.com/group/ocaml_beginners >Bug reports: http://caml.inria.fr/bin/caml-bugs -- Simon