From: John S. <sk...@us...> - 2005-05-24 18:14:20
|
On Mon, 2005-05-23 at 20:23 +0900, Nicolas Cannasse wrote: > > Currently enum conversion functions are only provided for the data > > structures included in ExtLib itself. Might it be a good idea to add > > them for some or all of the remaining parts of the OCaml standard library? > > There is enum for Lists, DynArrays, Strings and Hashtbls. > The only reason there is not for Array is because ExtLib doesn't have an > ExtArray module. > IMHO, it's not needed since it's most of the time more convenient to use > DynArrays instead of Arrays. The issue is interfacing to existing code and existing interfaces which may specify a standard ocaml array, so I'd agree with Peter I think. -- John Skaller, skaller at users.sf.net PO Box 401 Glebe, NSW 2037, Australia Ph:61-2-96600850 Download Felix here: http://felix.sf.net |