From: Brian H. <bh...@sp...> - 2006-11-17 02:48:27
|
On Thu, 16 Nov 2006, Denis Bueno wrote: > Would it be possible to have PMap.find take an optional comparison > parameter? I was just using PMap in some OCaml code and discovered > that, since my keys contain Big_int.big_ints, I need to have a custom > comparator for the one find that I do. It would have been nice to have > that feature built-in. In this case, why not just use the standard library map? Brian |