package incremental

  1. Overview
  2. Docs
Library for incremental computations

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=bcd6da0c70d9f0b0d528b16d8faf800dd92cd45dca817f4b750628921671e8e0

doc/incremental/Incremental/Packed/index.html

Module Incremental.PackedSource

Sourcetype t
Sourceval 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.

Sourceval save_dot_to_file : ?emit_bind_edges:bool -> string -> t list -> unit