Module Par_incr.Debug

val attach : fn:('a -> string) -> 'a t -> 'a t

Attach to_string function to an incremental. This is especially useful when we want to print the computation tree with dump_tree. With a specialized to_string attached to an incremental, we can get better tree dumps.