Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] Another print anything module

4 views
Skip to first unread message

tmp...@menta.net

unread,
Jan 19, 2008, 10:52:37 AM1/19/08
to caml...@yquem.inria.fr
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.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

0 new messages