From: Nicolas C. <war...@fr...> - 2005-02-07 19:34:08
|
> Anyone interested in this, http://merjis.com/developers/dumper or > similar functionality in extlib? My particular implementation is pure > OCaml. (You might want to read the "Notes" section of that page > first however) > > Rich. Nice ! Since it's not big, I don't think it needs a module of its own. Why not adding the to_string : 'a -> string or dump : 'a -> string value to the ExtLib Std module ? Nicolas |