package par_incr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.

OCaml

Innovation. Community. Security.