how to get an IntSet and a FloatSet with batteries
Francois Berenger <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
Hi, I currently use Set.Make but I guess there are already cooked alternatives. Additional bonus points: how to add the functions of_list and to_list to those sets? to_list should be an alias for elements Thanks a lot, F.