incremental
Incremental.Packed
incremental.incremental_step_function
incremental.memoize
type t
val save_dot : ?emit_bind_edges:bool -> 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 : ?emit_bind_edges:bool -> string -> t list -> unit