Incremental_skeletonmodule Node : sig ... endmodule Render_relation : sig ... endinclude Sexplib0.Sexpable.S with type t := tinclude Sexplib0.Sexpable.Of_sexp with type t := tval t_of_sexp : Sexplib0.Sexp.t -> tinclude Sexplib0.Sexpable.Sexp_of with type t := tval sexp_of_t : t -> Sexplib0.Sexp.tmodule Render_target : sig ... endval snapshot : ?normalize:bool -> _ Incremental.State.t -> tCreates a static snapshot of the current incremental graph.
If ?normalize is true (default false), node IDs will be normalized relative to the minimum node ID in the graph. This is primarily useful for tests.
val to_dot :
?extra_attrs:(Node.t -> Incremental.For_analyzer.Dot_user_info.t option) ->
?render_target:Render_target.t ->
?filtered_nodes:Node.t list ->
?render_relation:Render_relation.t ->
t ->
stringConverts a t to a dot string that can be rendered by graphviz.