package incremental

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

val save_dot_to_file : string -> t list -> unit