caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Another print anything module
@ 2008-01-19 15:52 tmp123
  0 siblings, 0 replies; only message in thread
From: tmp123 @ 2008-01-19 15:52 UTC (permalink / raw)
  To: caml-list

Hello,

Based in the implementation of ExtLib's Std.dump and the code of 
camlp4r, another module to "print/dump any value" has been implemented. 
Thanks to the original authors.

The reason of the new version is to add two requirements need in my 
current project:
1) A strong split of: the analisis of value structure; the map of this 
structure over the value; and the print (or usage) of the resulting 
mapped data.
2) Allow the user to provide no information, some information or all 
information about field names and any other data that can not be 
obtained automatically from the value.

Code uses camlp4r revised syntax, but as usual module can be used with 
any syntax.

You can find the source, reference documentation and example at:
http://www.geocities.com/tmp_456/dump/index.html

Any comments, from "useless", "already done" to "improve ..." are welcome.

Kind regards.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-19 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-19 15:52 Another print anything module tmp123

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).