From: Manos R. <er...@cs...> - 2003-03-01 00:54:44
|
I don't know how other people feel, but to me, the short names in String (ftos, stoi, stof) look very ugly. String.to_float, String.to_int, and String.to_float seem much better, and more consistent with the choices in the standard library. An Int module with things like Int.of_string = int_of_string also sounds like a good idea, I'm tired of moving between Int32.t's and int's and having to change all sorts of functions. -- Manos |