incremental
Incremental.Packed
incremental.incremental_step_function
incremental.memoize
type t
val save_dot : Core.Out_channel.t -> t list -> unit
save_dot out_channel ts outputs to out_channel the DAG of nodes in ts and all their descendants, in dot format.
save_dot out_channel ts
out_channel
ts
val save_dot_to_file : string -> t list -> unit