Coccinelle release 0.2.5-rc9
[bpt/coccinelle.git] / tools / dumper.mli
1 (* Dump an OCaml value into a printable string.
2 * By Richard W.M. Jones (rich@annexia.org).
3 * dumper.mli 1.1 2005/02/03 23:07:47 rich Exp
4 *)
5
6 val dump : 'a -> string