package current

  1. Overview
  2. Docs
type t

Information about the dependency graph of a term. This is useful to display the term's state as a diagram.

val booting : t

booting is a dummy analysis; useful while booting.

val get : _ t -> t t
val job_id : t -> job_id option

job_id t is the job ID of t, if any.

val pp : t Fmt.t

pp formats a t as a simple string.

val pp_dot : url:(job_id -> string option) -> t Fmt.t

pp_dot ~url formats a t as a graphviz dot graph.

  • parameter url

    Generates a URL from an ID.