On 18/02/16 12:27, Simon Cruanes wrote: > Hi again, > > I'm thinking about removing `CCHashtbl.Default` by adding more utils to the > regular functor `CCHashtbl.Make` > (for instance, I added `get_or: 'a tbl -> key -> or_:'a -> 'a`) > and possibly also merging `Counter` into `CCHashtbl.Make` by adding some > utils that work only on `int tbl`. >
this would not be a problem for me. what is the benefit? is it that there are no two incompatible hash table types anymore, one with and one without default element? n. _______________________________________________ Containers-users mailing list [email protected] http://lists.ocaml.org/listinfo/containers-users
