Module Incremental.Packed
val save_dot : string -> t list -> unit
save_dot file ts
outputs tofile
the DAG of nodes ints
and all their descendants, in dot format.
Incremental.Packed
val save_dot : string -> t list -> unit
save_dot file ts
outputs to file
the DAG of nodes in ts
and all their descendants, in dot format.